Next: , Previous: Quasi-random number generator initialization, Up: Quasi-Random Sequences


18.2 Sampling from a quasi-random number generator

— Function: int gsl_qrng_get (const gsl_qrng * q, double x[])

This function stores the next point from the sequence generator q in the array x. The space available for x must match the dimension of the generator. The point x will lie in the range 0 < x_i < 1 for each x_i.