Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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