Go to the first, previous, next, last section, table of contents.

Sampling from a quasi-random number generator

Function: int gsl_qrng_get (const gsl_qrng * q, double x[])
This function returns the next point x from the sequence generator q. The space available for x must match the dimension of the generator. The point x will lie in the range @math{0 < x_i < 1} for each @math{x_i}.


Go to the first, previous, next, last section, table of contents.