Registry / utility / leesper-go-rng

leesper-go-rng

JSON →
library0.0.0-20190531154944-a612b043e353gogounverified

A package implementing pseudo-random number generators based on common probability distributions.

go get github.com/leesper/go_rng
INSTALL
IMPORT
SIG · LEESPER-GO-RNG
L
leesper-go-rng
utilitygov0.0.0-20190531154944-a612b043e353
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rng
github.com/leesper/go_rng

Generates a random float64 from a uniform distribution.

package main import ( "fmt" "github.com/leesper/go_rng" ) func main() { uniform := rng.NewUniformGenerator(42) fmt.Println(uniform.Float64()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190531154944-a612b043e353latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
leesper-go-rng — go get leesper-go-rng · libregistry