Scythe-1.0.3
Classes | Namespaces | Defines
lecuyer.h File Reference

The L'Ecuyer random number generator. More...

#include <cstdlib>
#include <iostream>
#include <string>
#include "scythestat/rng.h"
Include dependency graph for lecuyer.h:

Go to the source code of this file.

Classes

class  scythe::lecuyer
 The L'Ecuyer random number generator. More...

Namespaces

namespace  scythe
 

The Scythe library namespace.



Detailed Description

The L'Ecuyer random number generator.

This file contains the lecuyer class, a class that extends Scythe's base random number generation class (scythe::rng) by providing an implementation of scythe::rng::runif(), using L'Ecuyer's algorithm.