Latin Hypercube Samples (lhs)
1.0
R, C++, and Rcpp code to generate Latin hypercube samples
|
#include <CRandom.h>
Public Member Functions | |
virtual T | getNextRandom ()=0 |
Pseudorandom number abstract class
the | type that the random number generator will generate |
|
pure virtual |
get the next random value from
Implemented in lhs_r::RStandardUniform, and bclib::CRandomStandardUniform.