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_linux.go

Version
v1.7.9
Published
Nov 16, 2023
Platform
linux/amd64
Imports
3 packages
Last checked
4 minutes ago

Tools for package owners.