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

Description

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.

Tags

org:mirage

Published: 01 Nov 2018

README

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.

Dependencies (5)

  1. mirage-entropy
  2. mirage-random < "2.0.0"
  3. ocaml >= "4.04.2"
  4. cstruct >= "1.9.0"
  5. dune >= "1.1.0"

Dev Dependencies

None

Used by (1)

  1. http-mirage-client < "0.0.3"

Conflicts

None