curfil  ..
 All Classes Functions Variables Typedefs Friends Groups Pages
Public Member Functions | List of all members
curfil::RandomSource Class Reference

Used to get a uniform sampler after incrementing the seed. More...

#include <random_tree.h>

Public Member Functions

 RandomSource (int seed)
 create a random generator with the given seed
Sampler uniformSampler (int val)
 create a uniform sampler with the given upper bound
Sampler uniformSampler (int lower, int upper)
 create a uniform sampler with the given lower and upper bounds

Detailed Description

Used to get a uniform sampler after incrementing the seed.

Definition at line 1101 of file random_tree.h.


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