Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hannesm/randomconv
Convert random byte vectors to numbers
https://github.com/hannesm/randomconv
ocaml random
Last synced: 3 months ago
JSON representation
Convert random byte vectors to numbers
- Host: GitHub
- URL: https://github.com/hannesm/randomconv
- Owner: hannesm
- License: other
- Created: 2016-09-26T09:18:42.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T21:47:04.000Z (11 months ago)
- Last Synced: 2024-10-05T13:41:10.920Z (4 months ago)
- Topics: ocaml, random
- Language: OCaml
- Size: 615 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Randomconv - convert from random bytes to random native numbers
%%VERSION%%
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.