Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 498 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 498 Bytes

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