package seed
import "github.com/containerd/containerd/pkg/seed"
Package seed provides an initializer for the global math/rand seed.
Deprecated: Do not rely on the global seed.
Index ¶
Functions ¶
func WithTimeAndRand ¶
func WithTimeAndRand()
WithTimeAndRand seeds the global math rand generator with nanoseconds XOR'ed with a crypto component if available for uniqueness.
Deprecated: Do not rely on the global seed.
Source Files ¶
- Version
- v1.7.1
- Published
- May 10, 2023
- Platform
- windows/amd64
- Imports
- 4 packages
- Last checked
- 1 minute ago –
Tools for package owners.