Scythe-1.0.3
Classes | Namespaces
wrapped_generator.h File Reference

Adaptor for non-Scythe quasi-random number generators. More...

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

Go to the source code of this file.

Classes

class  scythe::wrapped_generator< ENGINE >
 Adaptor for non-Scythe quasi-random number generators. More...

Namespaces

namespace  scythe
 

The Scythe library namespace.



Detailed Description

Adaptor for non-Scythe quasi-random number generators.

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.