Documentation ¶
Overview ¶
Package seed provides an initializer for the global math/rand seed.
Deprecated: Do not rely on the global seed.
Index ¶
- func WithTimeAndRand()deprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithTimeAndRand
deprecated
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.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.