This file contains the wrapped_generator class, a class that extends Scythe's base random number generation class (scythe::rng) by allowing an arbitrary random uniform number generator to act as the engine for random number generation in Scythe.
#include "scythestat/rng.h"
Include dependency graph for wrapped_generator.h:

Go to the source code of this file.
Namespaces | |
| namespace | scythe |
Classes | |
| class | scythe::wrapped_generator< ENGINE > |
| Adaptor for non-Scythe quasi-random number generators. More... | |
1.4.7