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

References

include/llvm/Support/RandomNumberGenerator.h
   44   result_type operator()();
   46   static constexpr result_type min() { return generator_type::min(); }
   47   static constexpr result_type max() { return generator_type::max(); }
lib/Support/RandomNumberGenerator.cpp
   53 RandomNumberGenerator::result_type RandomNumberGenerator::operator()() {
usr/include/c++/7.4.0/bits/uniform_int_dist.h
  225 	typedef typename _UniformRandomNumberGenerator::result_type