Searched full:congruential (Results 1 – 8 of 8) sorted by relevance
50 inline u32 Rand(u32 *state) { // ANSI C linear congruential PRNG. in Rand()
84 // Current algorithm is ANSI C linear congruential PRNG.
97 // ANSI C linear congruential PRNG (16-bit output). in getRandomU32()
850 // A simple Linear Congruential Generator for generating random
1895 The operation generations pseudo random numbers using a linear congruential
398 // Congruential Generator (LCG). Crashes if 'range' is 0 or greater411 // it's simple, and a linear congruential generator isn't too good in Generate()
6637 The operation generations pseudo random numbers using a linear congruential
3649 // __kmp_get_random: Get a random number using a linear congruential method.