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.9
- Published
- Nov 16, 2023
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 1 hour ago –
Tools for package owners.