libstdc++
|
Go to the source code of this file.
Namespaces | |
std | |
std::__detail | |
Typedefs | |
typedef linear_congruential < unsigned long, 48271, 0, 2147483647 > | std::minstd_rand |
typedef linear_congruential < unsigned long, 16807, 0, 2147483647 > | std::minstd_rand0 |
typedef mersenne_twister < unsigned long, 32, 624, 397, 31, 0x9908b0dful, 11, 7, 0x9d2c5680ul, 15, 0xefc60000ul, 18 > | std::mt19937 |
typedef discard_block < subtract_with_carry < unsigned long,(1UL<< 24), 10, 24 >, 223, 24 > | std::ranlux3 |
typedef discard_block < subtract_with_carry_01 < float, 24, 10, 24 >, 223, 24 > | std::ranlux3_01 |
typedef discard_block < subtract_with_carry < unsigned long,(1UL<< 24), 10, 24 >, 389, 24 > | std::ranlux4 |
typedef discard_block < subtract_with_carry_01 < float, 24, 10, 24 >, 389, 24 > | std::ranlux4_01 |
typedef subtract_with_carry_01 < double, 48, 5, 12 > | std::ranlux64_base_01 |
typedef subtract_with_carry_01 < float, 24, 10, 24 > | std::ranlux_base_01 |
This is an internal header file, included by other library headers. You should not attempt to use it directly.
Definition in file tr1_impl/random.