Lines Matching refs:generator

1416 number generator works by remembering a @dfn{seed} value which it uses
1431 generator. There is no standard meaning for a particular seed value;
1441 generator algorithms, provides more random bits (up to 48) per call, and
1506 reentrant GNU extensions to the SVID random number generator. The
1545 generator based on the integer @var{seed}. If you supply a @var{seed} value
1557 generator state. The argument @var{state} is an array of @var{size}
1585 pseudo-random number generator.
1642 generator functions. They use a state of 48 bits of data. The user can
1647 the random number generator which is shared among several functions and
1659 where @var{X} is the state of the generator at the beginning and
1661 determining the way the generator works. By default they are
1686 state of the random number generator in the C library.
1690 generator. These are (of course) chosen to be the least significant
1701 an array describing the state of the random number generator.
1715 generator in the C library.
1723 the state of the random number generator used to produce the random bits
1728 number generator). The array should have been initialized before the
1749 The internal state of the random number generator can be initialized in
1757 internal state of the random number generator to the least
1776 internal random number generator from the contents of the parameter
1788 useful to restart the random number generator at a certain state.
1795 There is one more function to initialize the random number generator
1803 of the random number generator. Unlike @code{srand48} and
1819 which works on a description of the random number generator in the
1826 obtain an individual random number generator.
1835 difference that it does not modify the global random number generator
1853 generator. The state of the random number generator is taken from the
1855 global random number generator data. The random number is returned in
1868 pointer to a buffer describing the state of the random number generator
1898 functions it uses the random number generator described by the value in
1933 automatically initialize the random number generator to the default
1945 The description of the random number generator represented by the
1965 generator like the @code{seed48} function does. If the user wants to
1976 This function initializes all aspects of the random number generator
1981 the random number generator directly.