Package Usage: go: github.com/metacubex/randv2
Package rand implements pseudo-random number generators suitable for tasks
such as simulation, but it should not be used for security-sensitive work.
Random numbers are generated by a Source, usually wrapped in a Rand.
Both types should be used by a single goroutine at a time: sharing among
multiple goroutines requires some kind of synchronization.
Top-level functions, such as Float64 and Int,
are safe for concurrent use by multiple goroutines.
This package's outputs might be easily predictable regardless of how it's
seeded. For random numbers suitable for security-sensitive work, see the
crypto/rand package.
4 versions
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/metacubex/randv2