package randutil
import "github.com/containerd/containerd/pkg/randutil"
Package randutil provides utilities for cyrpto/rand.
Index ¶
Functions ¶
func Int ¶
func Int() int
Int is similar to math/rand.Int but uses crypto/rand.Reader under the hood.
func Int63 ¶
func Int63() int64
Int63 is similar to math/rand.Int63 but uses crypto/rand.Reader under the hood.
func Int63n ¶
Int63n is similar to math/rand.Int63n but uses crypto/rand.Reader under the hood.
func Intn ¶
Intn is similar to math/rand.Intn but uses crypto/rand.Reader under the hood.
Source Files ¶
- Version
- v1.7.18
- Published
- Jun 5, 2024
- Platform
- windows/amd64
- Imports
- 3 packages
- Last checked
- 8 seconds ago –
Tools for package owners.