MercuryDPM  Beta
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RNG.h File Reference
#include <time.h>
#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  RNGType { RNGType::LAGGED_FIBONACCI_GENERATOR, RNGType::LINEAR_CONGRUENTIAL_GENERATOR }
 

Enumeration Type Documentation

enum RNGType
strong
Enumerator
LAGGED_FIBONACCI_GENERATOR 
LINEAR_CONGRUENTIAL_GENERATOR 

Definition at line 38 of file RNG.h.