Searched refs:xorshift (Results 1 – 7 of 7) sorted by relevance
108 static u32 xorshift(u32 state) { in xorshift() function122 random_buffer_ = random_state_ = xorshift(random_state_); in GenerateRandomTag()
38 xorshift*40 The ``xorshift*`` algorithm is a pseudo-random number generation algorithm. It's57 * http://vigna.di.unimi.it/ftp/papers/xorshift.pdf
13 keywords = ["random", "rng", "xorshift"]
22 keywords = ["random", "rng", "xorshift"]
169 using an algorithm called xorshift. Xorshift was fast, it made good187 Generator, or PCG. This quite miffed the people working on xorshift191 shifts, and that's xorshift's turf, dammit, it's right in the name!
60 including a simple xorshift PRNG in core (#144)
35 [ftfuzzer] Replace `rand' with an xorshift algorithm.38 (Random): Implement and use a 32bit `xorshift' algorithm.