Categorygithub.com/pion/randutil
modulepackage
0.1.0
Repository: https://github.com/pion/randutil.git
Documentation: pkg.go.dev

# README

randutil

Helper library for cryptographic and mathmatical randoms

Community

Pion has an active community on the Golang Slack. Sign up and join the #pion channel for discussions and support. You can also use Pion mailing list.

We are always looking to support your projects. Please reach out if you have something to build!

If you need commercial support or don't want to use public methods you can contact us at [email protected]

Contributing

Check out the contributing wiki to join the group of amazing people making this project possible:

# Functions

CryptoUint64 returns cryptographic random uint64.
GenerateCryptoRandomString generates a random string for cryptographic usage.
NewMathRandomGenerator creates new mathmatical random generator.

# Interfaces

MathRandomGenerator is a random generator for non-crypto usage.