Lines Matching refs:array
1554 generator state. The argument @var{state} is an array of @var{size}
1557 power of two. The bigger the @var{state} array, the better.
1559 The return value is the previous value of the state information array.
1571 The return value is the previous value of the state information array.
1667 since the state consists of a 48-bit array.
1698 an array describing the state of the random number generator.
1700 This function can be called subsequently since it updates the array to
1701 guarantee random numbers. The array should have been initialized before
1721 is determined by the array provided as the parameter to the function.
1723 The numbers in the array are updated afterwards so that subsequent calls
1725 number generator). The array should have been initialized before the
1783 The value returned by @code{seed48} is a pointer to an array containing
1804 From the seven elements in the array @var{param} the least significant
1820 state if all threads use the functions which take a pointer to an array
1822 same loop but if the state in the array is different all threads will
1851 @code{xsubi} array, the parameters for the congruential formula from the