Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tv42/seed
Go library to easily seed PRNGs with some entropy
https://github.com/tv42/seed
Last synced: 20 days ago
JSON representation
Go library to easily seed PRNGs with some entropy
- Host: GitHub
- URL: https://github.com/tv42/seed
- Owner: tv42
- License: mit
- Created: 2012-11-18T21:54:18.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-01T17:38:38.000Z (about 10 years ago)
- Last Synced: 2024-10-16T02:07:38.187Z (2 months ago)
- Language: Go
- Size: 145 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
seed -- Easily generate semi-strong random number seeds in Go
=============================================================This is a trivial helper to easily initialize PRNGs with some entropy,
in the Go programming language.It's MIT licensed, but probably too trivial to have any protection any
way. Go forth and use it.Install like this::
go get github.com/tv42/seed
Read the package documentation at
http://godoc.org/github.com/tv42/seed