package rand

Import Path
	github.com/aws/aws-sdk-go-v2/internal/rand (on go.dev)

Dependency Relation
	imports 4 packages, and imported by 3 packages

Involved Source Files rand.go
Package-Level Functions (total 3, in which 2 are exported)
CryptoRandFloat64 returns a random float64 obtained from the crypto rand source.
Float64 returns a float64 read from an io.Reader source. The returned float will be between [0.0, 1.0).
Package-Level Variables (total 2, in which 1 are exported)
Reader provides a random reader that can reset during testing.