Stride Reference Manual  1.0
Random.h File Reference

Header for the Random Number Generator class. More...

#include <limits>
#include <trng/mrg2.hpp>
#include <trng/uniform01_dist.hpp>
#include <trng/uniform_int_dist.hpp>
#include <iostream>
#include <sstream>
#include <string>
Include dependency graph for Random.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  stride::util::Random
 The random number generator. More...
 

Namespaces

 stride
 Time Dependent Person DataType.
 
 stride::util
 Utilities for the project.
 

Functions

double stride::util::rateToProbability (double rate)
 

Detailed Description

Header for the Random Number Generator class.

Definition in file Random.h.