(jump-rand!)
Jumps rand. Equivalent to calling rand 2^64 times.
Jumps rand. Equivalent to calling rand 2^64 times.
(native-rand)
(rand)
Generate a random long using Xoroshiro128+ seeded with splitmix64.
Generate a random long using Xoroshiro128+ seeded with splitmix64.
(seed-rand! x)
(seed-rand! a b)
Takes a long, passes it to splitmix64 to create two new longs, then seeds rand with those new longs.
Takes a long, passes it to splitmix64 to create two new longs, then seeds rand with those new longs.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close