0 <= __r
<= __p
Definition at line 1033 of file random.
|
The type of the underlying generator engine. |
|
The type of the generated random value. |
|
Constructs a default discard_block engine. The underlying engine is default constructed as well. |
|
Copy constructs a discard_block engine. Copies an existing base class random number geenerator.
|
|
Seed constructs a discard_block engine.
Constructs the underlying generator engine seeded with
|
|
Generator construct a discard_block engine.
|
|
Gets a const reference to the underlying generator engine object. |
|
Gets the maximum value in the generated random number range. |
|
Gets the minimum value in the generated random number range. |
|
Gets the next value in the generated random number sequence. Definition at line 587 of file random.tcc. References std::tr1::discard_block< _UniformRandomNumberGenerator, __p, __r >::block_size, and std::tr1::discard_block< _UniformRandomNumberGenerator, __p, __r >::used_block. |
|
Reseeds the discard_block object with the given seed generator function.
|
|
Reseeds the discard_block object with the default seed for the underlying base class generator engine. |
|
Compares two discard_block random number generator objects of the same type for inequality.
|
|
Inserts the current state of a discard_block random number generator engine
|
|
Compares two discard_block random number generator objects of the same type for equality.
|
|
Extracts the current state of a % subtract_with_carry random number generator engine
|