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

CHANGES.md.html

v0.2.0 (2024-03-05)

  • Use (int -> string) instead of (int -> Cstruct.t) as generator

v0.1.3 (2020-02-22)

  • int now allows a bound of 1 (returning 0)

0.1.2 (2019-02-17)

  • minor fixes to documentation (reported in #3)

0.1.1 (2019-02-16)

  • move build system to dune

0.1.0 (2017-01-17)

  • initial release