| .. | ||
| .gitignore | ||
| .travis.yml | ||
| CHANGES.md | ||
| dune | ||
| dune-project | ||
| LICENSE.md | ||
| randomconv.ml | ||
| randomconv.mli | ||
| randomconv.opam | ||
| README.md | ||
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
API Documentation is available online.
Installation
opam install randomconv installs the latest released version.