SystemSuppliedRNG Class Reference

A wrapper for the system supplied generator.

#include "util/random_number_generator.h"

Inheritance diagram for SystemSuppliedRNG:
Collaboration diagram for SystemSuppliedRNG:

Public Member Functions

 SystemSuppliedRNG (int seed)
 
virtual double rand ()
 Returns a random number.
 

Constructor & Destructor Documentation

SystemSuppliedRNG ( int  seed)

Constructor for the wrapped the system supplied generator, takes an integer seed that specifies the full random sequence.


The documentation for this class was generated from the following files: