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

https://github.com/dim13/crand

Crypto RNG source for math/rand
https://github.com/dim13/crand

Last synced: about 2 months ago
JSON representation

Crypto RNG source for math/rand

Awesome Lists containing this project

README

          

# crand -- crypto RNG source for math/rand

## Usage

```go
rand.New(crand.Source{})
```