Cexrandom::aux_info | Some auxiliary functions related to normal and exponential distributions |
Cexrandom::digit_arithmetic< b > | Machinery to manipulate bases |
Cexrandom::discrete_normal_dist< digit_gen > | Partially sample exactly from the discrete normal distribution |
Cexrandom::discrete_normal_dist< exrandom::rand_digit< _base > > | |
Cexrandom::discrete_normal_distribution | Sample exactly from the discrete normal distribution |
Cexrandom::i_rand< digit_gen > | A class to sample integers [0,m) |
Cexrandom::i_rand< exrandom::rand_digit< _base > > | |
▼Cexrandom::discrete_normal_dist< digit_gen >::param_type | Hold the parameters of discrete_normal_dist |
Cexrandom::discrete_normal_distribution::param_type | Parameter type for discrete_normal_distribution |
Cexrandom::unit_normal_distribution< RealType >::param_type | Parameter type for unit_normal_distribution |
Cexrandom::unit_uniform_distribution< RealType >::param_type | Parameter type for unit_uniform_distribution |
Cexrandom::unit_exponential_distribution< RealType >::param_type | Parameter type for unit_exponential_distribution |
Cexrandom::rand_digit< b > | Machinery to convert a random generator into a random digit |
Cexrandom::rand_digit< _base > | |
Cexrandom::rand_table | Wrapper to table_gen to make it look like a rand_digit |
Cexrandom::table_gen | Class to generate tabulated random numbers |
Cexrandom::u_rand< digit_gen > | The machinery to handle u-rands, arbitrary precision random deviates |
Cexrandom::u_rand< exrandom::rand_digit< _base > > | |
Cexrandom::unit_exponential_dist< digit_gen, bit_optimized > | Sample u-rands exactly from the unit exponential distribution |
Cexrandom::unit_exponential_dist< digit_gen, true > | |
Cexrandom::unit_exponential_dist< exrandom::rand_digit< _base >, _base !=0UL > | |
Cexrandom::unit_exponential_distribution< RealType > | Sample exactly from the unit exponential distribution |
Cexrandom::unit_normal_dist< digit_gen > | Sample u-rands exactly from the unit normal distribution |
Cexrandom::unit_normal_dist< exrandom::rand_digit< _base > > | |
Cexrandom::unit_normal_distribution< RealType > | Sample exactly from the unit normal distribution |
Cexrandom::unit_normal_kahn< digit_gen > | Sample u-rands from the normal distribution, Kahn's method (deprecated) |
Cexrandom::unit_uniform_dist< digit_gen > | Sample u-rands exactly from the unit uniform distribution |
Cexrandom::unit_uniform_dist< exrandom::rand_digit< _base > > | |
Cexrandom::unit_uniform_distribution< RealType > | Sample exactly from the unit uniform distribution |