https://github.com/jinmatt/go-seed-rand
Go random string and number generator, with proper seeding
https://github.com/jinmatt/go-seed-rand
go golang random random-generation random-int random-string seed
Last synced: 4 months ago
JSON representation
Go random string and number generator, with proper seeding
- Host: GitHub
- URL: https://github.com/jinmatt/go-seed-rand
- Owner: jinmatt
- License: mit
- Created: 2017-07-11T18:46:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T18:52:21.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T19:37:58.955Z (about 2 years ago)
- Topics: go, golang, random, random-generation, random-int, random-string, seed
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-seed-rand
Go random string and number generator, with proper seeding.
Credit: http://stackoverflow.com/questions/12321133/golang-random-number-generator-how-to-seed-properly
Docs: https://godoc.org/github.com/jinmatt/go-seed-rand