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

seed.go seed_other.go

Version
v1.7.17
Published
May 16, 2024
Platform
darwin/amd64
Imports
4 packages
Last checked
6 seconds ago

Tools for package owners.