manpagez: man pages & more
info gsl-ref
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

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. An inline version of this function is used when HAVE_INLINE is defined.


© manpagez.com 2000-2024
Individual documents may contain additional copyright information.