Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

MirageOS random device using OCaml's stdlib Random module

License

Notifications You must be signed in to change notification settings

mirage/mirage-random-stdlib

Repository files navigation

mirage-random-stdlib -- Random device implementation using the OCaml stdlib

mirage-random-stdlib implements Mirage_random.C using the Random from the OCaml standard library (a lagged-Fibonacci PRNG). The entropy is seeded by [mirage-entropy], depending on CPU features.

Installation

mirage-random-stdlib can be installed with opam:

opam install mirage-random-stdlib

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is automatically generated by ocamldoc from the interfaces.