Shuffle implements rand.Shuffle on the grpcrand global source.
var Shuffle = func(n int, f func(int, int)) { rand.Shuffle(n, f) }
func ExpFloat64() float64
ExpFloat64 implements rand.ExpFloat64 on the grpcrand global source.
func Float64() float64
Float64 implements rand.Float64 on the grpcrand global source.
func Int() int
Int implements rand.Int on the grpcrand global source.
func Int31n(n int32) int32
Int31n implements rand.Int31n on the grpcrand global source.
func Int63n(n int64) int64
Int63n implements rand.Int63n on the grpcrand global source.
func Intn(n int) int
Intn implements rand.Intn on the grpcrand global source.
func Uint32() uint32
Uint32 implements rand.Uint32 on the grpcrand global source.
func Uint64() uint64
Uint64 implements rand.Uint64 on the grpcrand global source.