Skip to content

Random is a package written in Go that implements pseudo-random number generators for various distributions.

License

Notifications You must be signed in to change notification settings

anonyindian/go-random

 
 

Repository files navigation

Random

This package implements pseudo-random number generators for various distributions.

For integers, there is a function for random selection from a range. For sequences, there is a function for selection of a random element and many more.
This package helps you to deal with slices and random choices in an easier way.

Getting started

Download the package with the standard go get command:

go get github.com/celestix/go-random/v2

Example

Examples can be found in the examples directory.

Documentation

GoDoc

Full go doc style documentation for the package can be viewed online without installing this package by using the GoDoc site here: https://pkg.go.dev/github.com/celestix/go-random/v2

About

Random is a package written in Go that implements pseudo-random number generators for various distributions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%