package mirage-random-stdlib

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-random-stdlib-v0.1.0.tbz
sha256=51783442c9b97711715ce62a15bcbefd3b01ae32c737f998eede395bc2dbfda3
sha512=979f4eabe61e97ceb84f6c0dddc03e2c46b404a8786fce3913feb2351369b8e755a1b737aa2d13db5abade72439186b04774ca892fe2b7f28b386fe6846d443a

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: 30 Oct 2019

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 (6)

  1. mirage-entropy
  2. mirage-random >= "2.0.0" & < "4.0.0"
  3. lwt
  4. ocaml >= "4.06.0"
  5. cstruct >= "1.9.0"
  6. dune >= "1.3.0"

Dev Dependencies

None

Used by (1)

  1. http-mirage-client < "0.0.3"

Conflicts

None