Scythe-1.0.3
Classes | Namespaces
mersenne.h File Reference

The Mersenne Twister random number generator. More...

#include "scythestat/rng.h"
Include dependency graph for mersenne.h:

Go to the source code of this file.

Classes

class  scythe::mersenne
 The Mersenne Twister random number generator. More...

Namespaces

namespace  scythe
 

The Scythe library namespace.



Detailed Description

The Mersenne Twister random number generator.

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.