Go to the source code of this file.
 | 
| template<typename RealType >  | 
| void  | vsmc::u01_sorted (std::size_t N, const RealType *u01, RealType *u01seq) | 
|   | Tranform a sequence of standard uniform random numbers to sorted sequence.  More...
  | 
|   | 
| template<typename RealType >  | 
| void  | vsmc::u01_stratified (std::size_t N, const RealType *u01, RealType *u01seq) | 
|   | Transform a sequence of standard uniform random numbers to a stratified sequence.  More...
  | 
|   | 
| template<typename RealType >  | 
| void  | vsmc::u01_systematic (std::size_t N, RealType u01, RealType *u01seq) | 
|   | Transform a single standard uniform random number to a systematic sequence.  More...
  | 
|   | 
      
        
          | #define VSMC_RUNTIME_ASSERT_RNG_U01_SEQUENCE | 
          ( | 
            | 
          Method | ) | 
           | 
        
      
 
Value:        "**U01Sequence" #Method "::operator[]** INVALID INDEX")
#define VSMC_RUNTIME_ASSERT(cond, msg)                                                                            
 
 
Definition at line 38 of file u01_sequence.hpp.