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.0-rc.1
Published
Mar 2, 2023
Platform
js/wasm
Imports
4 packages
Last checked
3 seconds ago

Tools for package owners.