package rand
import "github.com/aws/aws-sdk-go-v2/internal/rand"
Index ¶
Variables ¶
Reader provides a random reader that can reset during testing.
Functions ¶
func CryptoRandFloat64 ¶
CryptoRandFloat64 returns a random float64 obtained from the crypto rand source.
func Float64 ¶
Float64 returns a float64 read from an io.Reader source. The returned float will be between [0.0, 1.0).
Source Files ¶
- Version
- v1.36.3 (latest)
- Published
- Feb 27, 2025
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 1 hour ago –
Tools for package owners.