type math/rand/v2.Source

3 uses

	math/rand/v2 (current package)
		rand.go#L29: type Source interface {
		rand.go#L35: 	src Source
		rand.go#L40: func New(src Source) *Rand {