splittable_randomversion
PRNG that can be split into independent streams
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.
Author | Jane Street Group, LLC |
---|---|
License | Apache-2.0 |
Published | |
Homepage | https://github.com/janestreet/splittable_random |
Issue Tracker | https://github.com/janestreet/splittable_random/issues |
Maintainer | Jane Street developers |
Dependencies |
|
Source [http] | https://ocaml.janestreet.com/ocaml-core/v0.11/files/splittable_random-v0.11.0.tar.gz sha256=8c16cb988aa007ac1c3dcc43894f2b6ffc56eb28b860faafa5d5d780505b3c50 md5=9caf5111500c790f44967b6ee648bfe9 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/splittable_random/splittable_random.v0.11.0/opam |
Required by
- core_kernel>=v0.11.0 & <v0.12.0