splittable_random
PRNG that can be split into independent streams
Description
PRNG that can be split into independent streams
A splittable pseudo-random number generator (SPRNG) functions like a PRNG in that it can be used as a stream of random values; it can also be "split" to produce a second, independent stream of random values.
This library implements a splittable pseudo-random number generator that sacrifices cryptographic-quality randomness in favor of performance.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 31 May 2020
- Authors
- Maintainers
Sources
Dependencies
dune
>= "2.0.0"
ppx_sexp_message
>= "v0.14" & < "v0.15"
ppx_inline_test
>= "v0.14" & < "v0.15"
ppx_bench
>= "v0.14" & < "v0.15"
ppx_assert
>= "v0.14" & < "v0.15"
base
>= "v0.14" & < "v0.15"
ocaml
>= "4.04.2"
Reverse Dependencies
base_quickcheck
>= "v0.14.0" & < "v0.15.0"
bignum
= "v0.14.0"
core_kernel
>= "v0.14.0" & < "v0.15.0"