Wrap TRandom to be useable as a uniform random number generator with std algorithms like std::shuffle.
More...
|
typedef unsigned int | result_type |
| Define the result type to be a normal unsigned int.
|
|
|
static constexpr result_type | min () |
| Minimum value returned by the random number generator.
|
|
static constexpr result_type | max () |
| Maximum value returned by the random number generator.
|
|
Wrap TRandom to be useable as a uniform random number generator with std algorithms like std::shuffle.
Definition at line 113 of file Python.h.
The documentation for this struct was generated from the following file: