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

CHANGES.md.html

v0.1.0 (2019-10-30)

  • adapt to mirage-random 2.0.0 interface changes (#3 @hannesm)

0.0.1 (2018-11-01)

  • seed is now done via mirage-entropy instead of gettimeofday (by OCaml stdlib), thanks to Spencer Michaels and Jeff Dileo of NCC Group for reporting

  • initial version imported from mirage-random