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.
#include <cstdlib>
#include <iostream>
#include <string>
#include "scythestat/rng.h"
Include dependency graph for lecuyer.h:

Go to the source code of this file.
Namespaces | |
| namespace | scythe |
Classes | |
| class | scythe::lecuyer |
| The L'Ecuyer random number generator. More... | |
1.4.7