# Functions
Usage.
Int returns a non-negative pseudo-random int from the default Source.
New returns a new Rand that uses random values from src to generate other random values.
No description provided by the author
No description provided by the author
Usage.
No description provided by the author
Usage.
# Structs
No description provided by the author
No description provided by the author
A Rand is a source of random numbers.
# Interfaces
A Source represents a source of uniformly-distributed pseudo-random int64 values in the range [0, 1<<63).