|
MCKL
Monte Carlo Kernel Library
|
Stratified standard uniform numbers. More...
#include <mckl/algorithm/resample.hpp>
Public Member Functions | |
| template<typename RealType > | |
| void | operator() (std::size_t N, const RealType *u01, RealType *r) const |
| template<typename RealType , typename RNG > | |
| void | operator() (RNG &rng, std::size_t N, RealType *r) const |
Stratified standard uniform numbers.
Definition at line 290 of file resample.hpp.
|
inline |
Definition at line 294 of file resample.hpp.
|
inline |
Definition at line 300 of file resample.hpp.
1.8.13