RNG.h File Reference
#include <ctime>
#include <cmath>
#include <vector>
#include "ExtendedMath.h"

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 }
 

Enumeration Type Documentation

◆ RNGType

enum RNGType : unsigned char
strong
Enumerator
LAGGED_FIBONACCI_GENERATOR 
LINEAR_CONGRUENTIAL_GENERATOR 
39 {
42 };
@ LAGGED_FIBONACCI_GENERATOR
@ LINEAR_CONGRUENTIAL_GENERATOR