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

CHANGES.md.html

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