package randomconv

  1. Overview
  2. Docs
Convert from random byte vectors (int -> string) to random native numbers

Install

Dune Dependency

Authors

Maintainers

Sources

randomconv-0.2.0.tbz
sha256=b3171edf07e341a4468f92ffc21e2a8863b82ed5c36f7477cc98daf05d5b63ea
sha512=376c36da6b67ed1d817ea13fbbc3490f356f0890f9e009a55d12946c6811611ea9bd31aec733dd961de7209effa23649505f61d1ed3fc18af225ca4ec9131c38

Description

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

Published: 06 Mar 2024

README

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.

Dependencies (2)

  1. dune
  2. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None