An open API service indexing awesome lists of open source software.

https://github.com/longsleep/rndm

Go package to provide helper functions which create cryptographically secure random values out of random data
https://github.com/longsleep/rndm

Last synced: over 1 year ago
JSON representation

Go package to provide helper functions which create cryptographically secure random values out of random data

Awesome Lists containing this project

README

          

# 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
```