go/src/math/rand/example_test.go

func Example() {}

// 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.
func Example_rand() {}

func ExamplePerm() {}

func ExampleShuffle() {}

func ExampleShuffle_slicesInUnison() {}

func ExampleIntn() {}