#include <RNG_factory.h>
Static Public Member Functions | |
| void | printIDs () |
| Displays to stdout which identification number each RNG has. | |
| generators::RNG * | getGenerator (unsigned int type) |
| Constructs and returns a generator of the given type. | |
Static Public Attributes | |
| const unsigned int | RANDU = 0 |
| ID number for the RANDU RNG. | |
| const unsigned int | QUICK = 1 |
| ID number for the QUICK RNG. | |
| const unsigned int | STD_RANDOM = 10 |
| ID number for the STD_RANDOM RNG. | |
A call to RNG_factory::getGenerator with the appropriate RNG id returns the RNG.
|
|
Constructs and returns a generator of the given type.
|
|
|
Displays to stdout which identification number each RNG has.
|
1.3.9.1