Documentation ¶
Overview ¶
Package detrand provides deterministically random functionality.
The pseudo-randomness of these functions is seeded by the program binary itself and guarantees that the output does not change within a program, while ensuring that the output is unstable across different builds.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Disable ¶
func Disable()
Disable disables detrand such that all functions returns the zero value. This function is not concurrent-safe and must be called during program init.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.