//
pkg.gl
Category
github.com/alexandrev/docker
pkg
random
package
1.9.0
Repository:
https://github.com/alexandrev/docker.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
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 initilized with NewSource() source.
Reader
Reader is a global, shared instance of a pseudorandom bytes generator.