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
- Host: GitHub
- URL: https://github.com/dim13/crand
- Owner: dim13
- License: isc
- Created: 2020-12-09T22:11:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T10:16:46.000Z (over 3 years ago)
- Last Synced: 2025-03-06T16:55:13.844Z (over 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crand -- crypto RNG source for math/rand
## Usage
```go
rand.New(crand.Source{})
```