package randomconv

  1. Overview
  2. Docs
Convert from random byte vectors (Cstruct.t) to random native numbers

Install

Dune Dependency

Authors

Maintainers

Sources

randomconv-0.1.1.tbz
md5=f3eb92d5f2098a06fe33361ba8a1645d

Description

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

Published: 16 Feb 2019

README

Randomconv - convert from random bytes to random native numbers

0.1.1

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

Documentation

API Documentation is available online.

Installation

opam install randomconv installs the latest released version.

Dependencies (3)

  1. cstruct >= "1.9.0"
  2. dune
  3. ocaml >= "4.04.2"

Dev Dependencies

None

Used by (6)

  1. dns-cli >= "4.6.3"
  2. letsencrypt < "0.3.0"
  3. letsencrypt-app
  4. tcpip >= "3.0.0"
  5. tls >= "0.13.2" & < "0.17.4"
  6. tls-lwt >= "0.17.4"

Conflicts

None