Examples using... rand.New()
Recent
This example shows the use of each of the methods on a *Rand.
The use of the global functions is the same, without the receiver.
Go’s math/rand package provides pseudorandom number generation.