package mirage-random-stdlib

  1. Overview
  2. Docs
Random device implementation using the OCaml stdlib

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-random-stdlib-0.0.1.tbz
md5=63a8d2f730750f7cd4f4377b7adca88e

README.md.html

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.