package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Sep 3, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package random provides tools for generating cryptographically secure random elements. it uses golang's built in `crypto/rand` for it's RNG.
Float64s returns a slice containing n random float64s
Int64s returns a slice containing n random int64s
RandomBytes returns a random slice of n bytes
RandomString returns a random string comprised of n bytes
Uint64s returns a slice containing n random uint64s
Source Files
¶
Directories
¶
Package shuffle implements the fisher-yates shuffle to generate a random permutation of the given sequence.
|
Package shuffle implements the fisher-yates shuffle to generate a random permutation of the given sequence. |
Click to show internal directories.
Click to hide internal directories.