Liking cljdoc? Tell your friends :D

xoroshiro128.state


jump-rand!clj/s

(jump-rand!)

Jumps rand. Equivalent to calling rand 2^64 times.

Jumps rand. Equivalent to calling rand 2^64 times.
raw docstring

native-randclj/s

(native-rand)

randclj/s

(rand)

Generate a random long using Xoroshiro128+ seeded with splitmix64.

Generate a random long using Xoroshiro128+ seeded with splitmix64.
raw docstring

seed-rand!clj/s

(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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close