File: README.md

package info (click to toggle)
ocaml-randomconv 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104 kB
  • sloc: ml: 52; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 508 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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](https://travis-ci.org/hannesm/randomconv.svg?branch=master)](https://travis-ci.org/hannesm/randomconv)

[API Documentation](https://hannesm.github.io/randomconv/doc/) is available online.

## Installation

`opam install randomconv` installs the latest released version.