Files
opencloud/vendor/github.com/longsleep/rndm/README.md
T
2023-04-19 20:24:34 +02:00

11 lines
304 B
Markdown

# rndm [![GoDoc](https://godoc.org/github.com/longsleep/rndm?status.svg)](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
```