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

https://github.com/darkliquid/gorandom

Random number generators and seeding code for Go
https://github.com/darkliquid/gorandom

Last synced: 5 months ago
JSON representation

Random number generators and seeding code for Go

Awesome Lists containing this project

README

          

# gorandom [![Go Report Card](https://goreportcard.com/badge/github.com/darkliquid/gorandom)](https://goreportcard.com/report/github.com/darkliquid/gorandom) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/darkliquid/gorandom/blob/master/LICENSE) [![GoDoc](https://godoc.org/github.com/darkliquid/gorandom?status.svg)](https://godoc.org/github.com/darkliquid/gorandom) [![Build Status](https://travis-ci.org/darkliquid/gorandom.svg?branch=master)](https://travis-ci.org/darkliquid/gorandom)

Random number generators and seeding code for Go