|
Latin Hypercube Samples (lhs)
1.0
R, C++, and Rcpp code to generate Latin hypercube samples
|
#include <CRandom.h>
Public Member Functions | |
| CRandomStandardUniform () | |
| double | getNextRandom () |
| void | setSeed (unsigned int i1, unsigned int i2) |
| void | getSeed (unsigned int *i1, unsigned int *i2) |
random numbers from a standard uniform distribution
|
inline |
default constructor
|
inlinevirtual |
get the next random number from the stream
Implements bclib::CRandom< double >.
|
inline |
get the random seeds
| i1 | pointer to seed1 |
| i2 | pointer to seed2 |
|
inline |
set the random seed
| i1 | seed1 |
| i2 | seed2 |