import "go.mongodb.org/mongo-driver/internal/randutil"
Package randutil provides common random number utilities.
randutil.go
func NewLockedRand() *xrand.Rand
NewLockedRand returns a new "x/exp/rand" pseudo-random number generator seeded with a cryptographically-secure random number. It is safe to use from multiple goroutines.