//
pkg.gl
Category
github.com/hyperhq/hypercli
pkg
random
package
1.10.16
Repository:
https://github.com/hyperhq/hypercli.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
3
Files
55 SLOC
#
Functions
NewSource
NewSource returns math/rand.Source safe for concurrent use and initialized with current unix-nano timestamp.
#
Variables
Rand
Rand is a global *rand.Rand instance, which initialized with NewSource() source.
Reader
Reader is a global, shared instance of a pseudorandom bytes generator.