This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
16
unikernel/duniverse/randomconv/README.md
Normal file
16
unikernel/duniverse/randomconv/README.md
Normal file
|
|
@ -0,0 +1,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
|
||||
|
||||
[](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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue