|
MCKL
Monte Carlo Kernel Library
|
Sorted of 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 |
Sorted of standard uniform numbers.
Definition at line 272 of file resample.hpp.
|
inline |
Definition at line 276 of file resample.hpp.
|
inline |
Definition at line 282 of file resample.hpp.
1.8.13