Theoretica
A C++ numerical and automatic mathematical library
quasirandom.h File Reference

Quasi-random sequences. More...

Go to the source code of this file.

Namespaces

 theoretica
 Main namespace of the library which contains all functions and objects.
 

Functions

real theoretica::qrand_weyl (unsigned int n, real alpha=INVPHI)
 Weyl quasi-random sequence. More...
 
real theoretica::qrand_weyl_recurr (real prev=0, real alpha=INVPHI)
 Weyl quasi-random sequence (computed with recurrence relation) More...
 
template<unsigned int N>
vec< real, N > theoretica::qrand_weyl_multi (unsigned int n, real alpha)
 Weyl quasi-random sequence in N dimensions. More...
 
vec2 theoretica::qrand_weyl2 (unsigned int n, real alpha=0.7548776662466927)
 Weyl quasi-random sequence in 2 dimensions. More...
 

Detailed Description

Quasi-random sequences.