Lines Matching refs:pseudo
31 * pseudo-random number generator
129 A pseudo-random number generator is a __UniformRandomNumberGenerator which
130 provides a deterministic sequence of pseudo-random numbers, based on some
134 inversive congruential] generators are examples of such [prng pseudo-random
140 Donald E. Knuth gives an extensive overview on pseudo-random number generation
145 [note Because the state of a pseudo-random number generator is necessarily
150 a pseudo-random number generator has some additional requirements. In the
151 following table, `X` denotes a pseudo-random number generator class,
169 Classes which model a pseudo-random number generator shall also model
170 __EqualityComparable, i.e. implement `operator==`. Two pseudo-random number
174 Classes which model a pseudo-random number generator shall also model the
176 `operator<<` writes all current state of the pseudo-random number generator
180 pseudo-random number generator with the restored state and the original at
183 Classes which model a pseudo-random number generator should also model the
187 Thus, copying pseudo-random number generators is discouraged; they should
191 pseudo-random number generator.
209 values produced by such a generator are neither random nor pseudo-random, but
211 sequence is more evenly distributed than a pseudo random sequence would be.
222 whereas the rate of convergence for the Monte Carlo method, which uses a pseudo-random sequence,