mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-11 22:10:51 -05:00
11 lines
304 B
Markdown
11 lines
304 B
Markdown
# rndm [](https://godoc.org/github.com/longsleep/rndm)
|
|
|
|
Rndm is a Go package to provide helper functions which create cryptographically
|
|
secure random values out of random data.
|
|
|
|
## Installation
|
|
|
|
```text
|
|
go get github.com/longsleep/rndm
|
|
```
|