package
1.13.0
Repository: https://github.com/stevenh/docker.git
Documentation: pkg.go.dev

# Functions

NewSource returns math/rand.Source safe for concurrent use and initialized with current unix-nano timestamp.

# Variables

Rand is a global *rand.Rand instance, which initialized with NewSource() source.
Reader is a global, shared instance of a pseudorandom bytes generator.