Latin Hypercube Samples (lhs)  1.0
R, C++, and Rcpp code to generate Latin hypercube samples
All Classes Namespaces Files Functions Variables Typedefs Macros Pages
bclib::CRandom< T > Class Template Referenceabstract

#include <CRandom.h>

Public Member Functions

virtual T getNextRandom ()=0
 

Detailed Description

template<class T>
class bclib::CRandom< T >

Pseudorandom number abstract class

Template Parameters
thetype that the random number generator will generate

Member Function Documentation

◆ getNextRandom()

template<class T >
virtual T bclib::CRandom< T >::getNextRandom ( )
pure virtual

get the next random value from

Returns
the random value

Implemented in lhs_r::RStandardUniform, and bclib::CRandomStandardUniform.


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