Class RandomNumberGenerator
Defined in File random_number_generator.h
Class Documentation
-
class RandomNumberGenerator
Public Functions
-
template<typename IntegerType>
inline IntegerType getRandomInteger(IntegerType lower_bound, IntegerType upper_bound)
-
template<typename RealNumberType>
inline FloatingPoint getRandomRealNumber(RealNumberType lower_bound, RealNumberType upper_bound)
-
inline bool getRandomBool(FloatingPoint p_true)
-
template<typename IntegerType>