Marmote Core
The project aims at realizing the prototype of a software environment dedicated to modeling with Markov chains.
|
Header file of the random library. More...
#include <unistd.h>
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
namespace | std |
Utilization of the Standard Template Library. | |
Functions | |
void | init_generator () |
Initialization of (pseudo) random generator. More... | |
double | uniform () |
Uniform law on [0;1]. More... | |
Header file of the random library.
void init_generator | ( | ) |
Initialization of (pseudo) random generator.
|
inline |
Uniform law on [0;1].