package grpcrand
Import Path
google.golang.org/grpc/internal/grpcrand (on go.dev)
Dependency Relation
imports 3 packages, and imported by 5 packages
Involved Source Files
Package grpcrand implements math/rand functions in a concurrent-safe way
with a global random source, independent of math/rand's global source.
Package-Level Functions (total 6, all are exported)
Float64 implements rand.Float64 on the grpcrand global source.
Int implements rand.Int on the grpcrand global source.
Int31n implements rand.Int31n on the grpcrand global source.
Int63n implements rand.Int63n on the grpcrand global source.
Intn implements rand.Intn on the grpcrand global source.
Uint64 implements rand.Uint64 on the grpcrand global source.
Package-Level Variables (total 2, neither is exported)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)