package
Version:
v0.3.25
Opens a new window with list of versions in this module.
Published: Jun 28, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Float64 returns a float64 uniformly in [0, 1).
Safe for concurrent callers.
Int returns a random int.
Safe for concurrent callers.
Intn returns a int uniformly in [0, n).
Safe for concurrent callers.
Uint64 returns a random uint64.
Safe for concurrent callers.
Uint64n returns a uint64 uniformly in [0, n).
Safe for concurrent callers.
RNG is a random number generator.
The zero value is valid.
Float64 returns a float64 uniformly in [0, 1).
Not safe for concurrent callers.
Int returns a random positive int.
Not safe for concurrent callers.
Intn returns an int uniformly in [0, n).
Not safe for concurrent callers.
Uint64 returns a random uint64.
Not safe for concurrent callers.
Uint64n returns a uint64 uniformly in [0, n).
Not safe for concurrent callers.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.