package pure-splitmix

  1. Overview
  2. Docs
Purely functional splittable PRNG

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.tar.gz
sha256=8e01f8a07bf5905c81ed9fb8f9a3547a5660356f4697bb849fc77dfd5829f823

README.md.html

Pure SplitMix

Purely functional splittable PRNG.

  • 100% OCaml.

  • No dependencies.

Install with opam

opam pin add pure-splitmix .

Tests

The unit test checks that this implementation produces the same output as Java's SplittableRandom. The expected output ref.out was generated using OpenJDK 8.

make test

See also