package random
import "github.com/dotcloud/docker/pkg/random"
Index ¶
Variables ¶
Rand is a global *rand.Rand instance, which initilized with NewSource() source.
Reader is a global, shared instance of a pseudorandom bytes generator. It doesn't consume entropy.
Functions ¶
func NewSource ¶
NewSource returns math/rand.Source safe for concurrent use and initialized with current unix-nano timestamp
Source Files ¶
- Version
- v1.9.1-rc1
- Published
- Nov 12, 2015
- Platform
- windows/amd64
- Imports
- 7 packages
- Last checked
- 20 minutes ago –
Tools for package owners.