...

Package randutil

import "go.mongodb.org/mongo-driver/internal/randutil"
Overview
Index

Overview ▾

Package randutil provides common random number utilities.

func NewLockedRand

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.