xoshiroversion

Xoshiro PRNGs as drop-in replacements for Stdlib.Random

This package provides the Xoshiro family of pseudo-random number generators for OCaml, with an interface mimmicing that of the standard library. The Xoshiro generator are not cryptographically safe, but they provide better randomness than the standard library.

By default, this package comes as C bindings for efficiency. If bindings are not welcome (eg. to compile to JS), one may depend on xoshiro.pure instead, providing the exact same interface, implemented as pure OCaml.

AuthorsNiols “Niols” Jeannerod <niols@niols.fr> and Martin Pépin <kerl@wkerl.me>
LicenseLGPL-3.0-or-later
Published
Homepagehttps://github.com/LesBoloss-es/xoshiro
Issue Trackerhttps://github.com/LesBoloss-es/xoshiro/issues
MaintainerNiols “Niols” Jeannerod <niols@niols.fr>
Dependencies
Source [http] https://github.com/LesBoloss-es/xoshiro/archive/0.1.tar.gz
md5=189dfb19a24fea0fdfe9627e419eb55d
sha512=ee9ced16ea5ede0e567522e8d82e35f27924c9b922bcd342dc8becb3cf4f176b79ab77e30bf472ce61642e879552d309506b5652f411455023cb9aef5162d2ca
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/xoshiro/xoshiro.0.1/opam
No package is dependent