go/src/math/rand
Benjamin Cable 669ac1228a math/rand: improve package documentation
Notify readers that interval notation is used.
Fixes: #26765

Change-Id: Id02a7fcffbf41699e85631badeee083f5d4b2201
Reviewed-on: https://go-review.googlesource.com/127549
Reviewed-by: Rob Pike <r@golang.org>
2018-08-03 23:08:42 +00:00
..
example_test.go math/rand: clarify documentation for Seed example 2018-05-12 06:21:01 +00:00
exp.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
gen_cooked.go math/rand: Document origin of cooked pseudo-random numbers 2016-08-17 14:50:18 +00:00
normal.go math/rand: improve package documentation 2018-08-03 23:08:42 +00:00
race_test.go math/rand: add Rand.Uint64 2016-10-03 15:04:39 +00:00
rand.go math/rand: improve package documentation 2018-08-03 23:08:42 +00:00
rand_test.go math/rand: make Perm match Shuffle 2017-09-08 13:26:20 +00:00
regress_test.go go/printer, gofmt: tuned table alignment for better results 2018-04-04 13:39:34 -07:00
rng.go math/rand: refactor rng.go 2018-04-16 22:22:14 +00:00
zipf.go