reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/RandomNumberGenerator.h
   41   using result_type = generator_type::result_type;
usr/include/c++/7.4.0/bits/random.h
  482       static constexpr result_type xor_mask                  = __a;
  484       static constexpr result_type tempering_d               = __d;
  486       static constexpr result_type tempering_b               = __b;
  488       static constexpr result_type tempering_c               = __c;
  490       static constexpr result_type initialization_multiplier = __f;
  491       static constexpr result_type default_seed = 5489u;
  495       mersenne_twister_engine(result_type __sd = default_seed)
  512       seed(result_type __sd = default_seed);
  521       static constexpr result_type
  528       static constexpr result_type
  538       result_type
usr/include/c++/7.4.0/bits/random.tcc
  329     seed(result_type __sd)
  452 			    __s, __b, __t, __c, __l, __f>::result_type
  462       result_type __z = _M_x[_M_p++];
usr/include/c++/7.4.0/bits/stl_algo.h
 3812       typedef typename common_type<typename _Gen::result_type, __ud_type>::type
usr/include/c++/7.4.0/bits/uniform_int_dist.h
  225 	typedef typename _UniformRandomNumberGenerator::result_type