mte/unikernel/duniverse/randomconv
2025-11-11 02:07:51 +01:00
..
.gitignore 2025-11-11 02:07:51 +01:00
.travis.yml 2025-11-11 02:07:51 +01:00
CHANGES.md 2025-11-11 02:07:51 +01:00
dune 2025-11-11 02:07:51 +01:00
dune-project 2025-11-11 02:07:51 +01:00
LICENSE.md 2025-11-11 02:07:51 +01:00
randomconv.ml 2025-11-11 02:07:51 +01:00
randomconv.mli 2025-11-11 02:07:51 +01:00
randomconv.opam 2025-11-11 02:07:51 +01:00
README.md 2025-11-11 02:07:51 +01:00

Randomconv - convert from random bytes to random native numbers

v0.2.0

Given a function which produces random byte vectors, convert it to a number of your choice (int8/int16/int32/int64/int/float).

Documentation

Build Status

API Documentation is available online.

Installation

opam install randomconv installs the latest released version.