Home
last modified time | relevance | path

Searched refs:xorshift (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_thread.cpp108 static u32 xorshift(u32 state) { in xorshift() function
122 random_buffer_ = random_state_ = xorshift(random_state_); in GenerateRandomTag()
/external/pigweed/pw_random/
Ddocs.rst38 xorshift*
40 The ``xorshift*`` algorithm is a pseudo-random number generation algorithm. It's
57 * http://vigna.di.unimi.it/ftp/papers/xorshift.pdf
/external/rust/crates/rand_xorshift/
DCargo.toml.orig13 keywords = ["random", "rng", "xorshift"]
DCargo.toml22 keywords = ["random", "rng", "xorshift"]
/external/rust/crates/oorandom/
DREADME.md169 using an algorithm called xorshift. Xorshift was fast, it made good
187 Generator, or PCG. This quite miffed the people working on xorshift
191 shifts, and that's xorshift's turf, dammit, it's right in the name!
/external/rust/crates/parking_lot/
DCHANGELOG.md60 including a simple xorshift PRNG in core (#144)
/external/freetype/
DChangeLog.2735 [ftfuzzer] Replace `rand' with an xorshift algorithm.
38 (Random): Implement and use a 32bit `xorshift' algorithm.