package splittable_random
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=8c16cb988aa007ac1c3dcc43894f2b6ffc56eb28b860faafa5d5d780505b3c50
md5=9caf5111500c790f44967b6ee648bfe9
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.
Published: 22 Mar 2018
README
README.md
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.
Dependencies (5)
-
ocaml-migrate-parsetree
>= "1.0" & < "2.0.0"
-
jbuilder
>= "1.0+beta18.1"
-
ppx_jane
>= "v0.11" & < "v0.12"
-
base
>= "v0.11" & < "v0.12"
-
ocaml
>= "4.04.1"
Dev Dependencies
None
Used by (1)
-
core_kernel
>= "v0.11.0" & < "v0.12.0"
Conflicts
None