package pure-splitmix

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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