ExRandom
3.0
|
a class to generate tabulated random numbers. More...
#include <exrandom/table_gen.hpp>
Public Member Functions | |
table_gen (const std::string &seed="") | |
void | seed (const std::string &seed="") |
uint_t | operator() () |
a class to generate tabulated random numbers.
The "seed" for this generate is a std::string of decimal digits.
Definition at line 26 of file table_gen.hpp.
|
inline |
The constructor.
seed | the string of random digits. |
Definition at line 33 of file table_gen.hpp.
|
inline |
Reset the seed.
seed | the new string of random digits. |
Definition at line 39 of file table_gen.hpp.
|
inline |
If there are no more digits left, throw an exception.
Definition at line 45 of file table_gen.hpp.