Registry / utility / zeebo-mwc

zeebo-mwc

JSON →
library0.0.7gogounverified

A fast, non-cryptographic random number generator based on the MWC256 algorithm.

go get github.com/zeebo/mwc
INSTALL
IMPORT
SIG · ZEEBO-MWC
Z
zeebo-mwc
utilitygov0.0.7
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.

mwc
github.com/zeebo/mwc

Generate a random uint64

package main import ( "fmt" "github.com/zeebo/mwc" ) func main() { rng := mwc.New() fmt.Println(rng.Uint64()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
36
Amazon
1
Resources
zeebo-mwc — go get zeebo-mwc · libregistry