modulepackage
0.0.0-20190219211222-123a90aedc0c
Repository: https://github.com/jbenet/go-random.git
Documentation: pkg.go.dev
# README
go-random outputs randomness
This is a unix util that outputs randomness.
It is a thin wrapper around crypto/rand
.
It aims to be portable (though it may not yet be).
Install
go install github.com/jbenet/go-random/random
(The extra /random is there because go get is stupidly too proscriptive about package/repository names and I don't yet know how to change the default binary output name)
Usage:
> random
Usage: random <int>
Print <int> random bytes (from Go's crypto/rand)
> random 6
2q���#
License
MIT
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author