func math/rand.New

5 uses

	math/rand (current package)
		rand.go#L78: func New(src Source) *Rand {
		rand.go#L330: 		r = New(new(lockedSource))
		rand.go#L423: 	r := New(new(lockedSource))

	math/big
		prime.go#L95: 	rand := rand.New(rand.NewSource(int64(n[0])))

	testing
		testing.go#L2427: 		rng := rand.New(rand.NewSource(n))