go/src/math/rand
Burak Guven 9cc170f9a5 math/rand: fix comment for Shuffle
Shuffle panics if n < 0, not n <= 0. The comment for the (*Rand).Shuffle
function is already accurate.

Change-Id: I073049310bca9632e50e9ca3ff79eec402122793
Reviewed-on: https://go-review.googlesource.com/63750
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-09-14 03:41:35 +00:00
..
example_test.go math/rand: make Perm match Shuffle 2017-09-08 13:26:20 +00:00
exp.go
gen_cooked.go
normal.go
race_test.go math/rand: add Rand.Uint64 2016-10-03 15:04:39 +00:00
rand.go math/rand: fix comment for Shuffle 2017-09-14 03:41:35 +00:00
rand_test.go math/rand: make Perm match Shuffle 2017-09-08 13:26:20 +00:00
regress_test.go math/rand: make Perm match Shuffle 2017-09-08 13:26:20 +00:00
rng.go math/rand: add Rand.Uint64 2016-10-03 15:04:39 +00:00
zipf.go