package detrand
import "google.golang.org/protobuf/internal/detrand"
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 ¶
Functions ¶
func Bool ¶
func Bool() bool
Bool returns a deterministically random boolean.
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.
func Intn ¶
Intn returns a deterministically random integer between 0 and n-1, inclusive.
Source Files ¶
rand.go
- Version
- v1.36.5 (latest)
- Published
- Feb 6, 2025
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 10 hours ago –
Tools for package owners.