This file contains the mersenne class, a class that extends Scythe's base random number generation class (scythe::rng) by providing an implementation of scythe::rng::runif() using the Mersenne Twister algorithm.
#include "scythestat/rng.h"
Include dependency graph for mersenne.h:

Go to the source code of this file.
Namespaces | |
| namespace | scythe |
Classes | |
| class | scythe::mersenne |
| The Mersenne Twister random number generator. More... | |
1.4.7