package
0.0.0-20241008140959-2a93b025d5f1
Repository: https://github.com/google/google-ctf.git
Documentation: pkg.go.dev

# Functions

New generates state for a new random stream with cryptographically secure randomness.
NewFromRawSeed is like new, but allows you to specify your own raw seed instead of using OsRand().
OsRand gets some randomness from the OS.

# Structs

Rand represents the state of a single random stream.