|
Go to the source code of this file.
Classes | |
class | RNG |
This is a class that generates random numbers i.e. named the Random Number Generator (RNG). More... | |
Enumerations | |
enum class | RNGType : unsigned char { LAGGED_FIBONACCI_GENERATOR = 0 , LINEAR_CONGRUENTIAL_GENERATOR = 1 } |