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 | |
Used to get a uniform sampler after incrementing the seed.
Definition at line 1101 of file random_tree.h.
1.8.1.2