package grpcrand
Import Path
google.golang.org/grpc/internal/grpcrand (on go.dev)
Dependency Relation
imports 3 packages, and imported by 6 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 3, all are exported)
Float64 implements rand.Float64 on the grpcrand global source.
Int63n implements rand.Int63n on the grpcrand global source.
Intn implements rand.Intn on the grpcrand global source.
Package-Level Variables (total 2, neither is exported)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |