package
Version:
v1.53.0-dev
Opens a new window with list of versions in this module.
Published: Dec 16, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package grpcrand implements math/rand functions in a concurrent-safe way
with a global random source, independent of math/rand's global source.
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.