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.
AuthorsDamien Doligez and Xavier Leroy
LicenseLGPL-2.1-or-later WITH OCaml-LGPL-linking-exception
Published
Homepagehttps://github.com/ocaml/stdlib-random
Issue Trackerhttps://github.com/ocaml/stdlib-random/issues
MaintainerFlorian Angeletti, <octa@polychoron.fr>
Dependencies
Source [http] https://github.com/ocaml/stdlib-random/archive/refs/tags/1.0.0.tar.gz
md5=20ac8f09a6c8a15cdcd58ff57b96fb4a
sha512=ebc6ee3996d23efb1b25a1adad0ca46941c9040094761ecb2cbd0880518a41323bf0f4fc9184fa330c8b8c2089a6759437ce4d0449653a5ad46d4c06dee740c9
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/stdlib-random/stdlib-random.1.0.0/opam
Required by