github.com/sandwich-go/boost@v1.3.29/xrand/rand.go (about) 1 package xrand 2 3 import "github.com/sandwich-go/boost/z" 4 5 var ( 6 // FastRand is a fast thread local random function 7 FastRand = z.FastRand 8 // FastRandUint32n returns pseudorandom uint32 in the range [0..maxN) 9 FastRandUint32n = z.FastRandUint32n 10 )