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 0 < x_i < 1 for each x_i.