(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |