stdlib-randomversion
Versioned Random module from the OCaml standard library
The stdlib-random package provides a stable and compiler-independent implementation of all the PRNGs used in the Random module. Those PRNGs are available in the various libraries:
- stdlib-random.v3: OCaml 3.07 to 3.11 PRNG
- stdlib-random.v4: OCaml 3.12 to 4.14 PRNG
- stdlib-random.v5: current OCaml 5.0 PRNG
- stdlib-random.v5o: pure OCaml version of the OCaml 5 PRNG All those libraries can be used together and the signature of their Random$n module has been extended to the latest signature whenever possible.
Authors | Damien Doligez and Xavier Leroy |
---|---|
License | LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception |
Published | |
Homepage | https://github.com/ocaml/stdlib-random |
Issue Tracker | https://github.com/ocaml/stdlib-random/issues |
Maintainer | Florian Angeletti <octa@polychoron.fr> |
Dependencies | |
Source [http] | https://github.com/ocaml/stdlib-random/releases/download/1.1.0/stdlib-random-1.1.0.tbz sha256=8b930182fe680b8b96ad1e082b87a17c8011d95a670f557c703035f04f812559 sha512=c406f3598664593676c0cfcc9f248c0c6114602ab0cd9f2c9ab03243debc534515ab61eb8de8c92bdbbed2a6c916441606263e7e577b1a989da41660315c12dc |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/stdlib-random/stdlib-random.1.1.0/opam |
Required by
- camomilewith-test & >=2.0.0
- class_group_vdf>=0.0.5
- mutaml