https://github.com/ericlagergren/saferand
A cryptographically secure implementation of math/rand or exp/rand - WIP
https://github.com/ericlagergren/saferand
csprng go golang random random-number-generators
Last synced: 4 months ago
JSON representation
A cryptographically secure implementation of math/rand or exp/rand - WIP
- Host: GitHub
- URL: https://github.com/ericlagergren/saferand
- Owner: ericlagergren
- License: bsd-2-clause
- Created: 2021-12-28T03:02:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T06:46:37.000Z (over 4 years ago)
- Last Synced: 2024-06-21T14:04:47.859Z (almost 2 years ago)
- Topics: csprng, go, golang, random, random-number-generators
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# saferand
[](https://pkg.go.dev/github.com/ericlagergren/saferand)
A cryptographically secure implementation of `math/rand` or
`golang.org/x/exp/rand`.