#include <random.h>
Public 型 | |
typedef DstType::result_type | result_type |
alias of the result value type | |
typedef boost::variate_generator< RandomEngine::base_type &, DstType > | Generator |
alias of the generator function object type. engine type must be reference | |
Public メソッド | |
UniformRNG (result_type min, result_type max) | |
construct with value range | |
result_type | operator() () |
functional operator |
rcsc::UniformRNG< DstType >::UniformRNG | ( | result_type | min, | |
result_type | max | |||
) | [inline] |
construct with value range
min | minimum value | |
max | maximum value |
result_type rcsc::UniformRNG< DstType >::operator() | ( | ) | [inline] |
functional operator