go/src/math/rand
Aditya Mukerjee a83d0175a8 math/rand: add concurrency warning to overview comment
Change-Id: I52efa7aa72a23256e5ca56470ffeba975ed8f739
Reviewed-on: https://go-review.googlesource.com/48760
Reviewed-by: Bryan Mills <bcmills@google.com>
2017-07-15 20:34:17 +00:00
..
example_test.go testing: implement 'Unordered Output' in Examples. 2016-03-09 04:34:41 +00:00
exp.go
gen_cooked.go math/rand: Document origin of cooked pseudo-random numbers 2016-08-17 14:50:18 +00:00
normal.go
race_test.go math/rand: add Rand.Uint64 2016-10-03 15:04:39 +00:00
rand.go math/rand: add concurrency warning to overview comment 2017-07-15 20:34:17 +00:00
rand_test.go math/rand: make floating point tests shorter on mips and mipsle 2016-11-16 19:22:53 +00:00
regress_test.go math/rand: add Rand.Uint64 2016-10-03 15:04:39 +00:00
rng.go math/rand: add Rand.Uint64 2016-10-03 15:04:39 +00:00
zipf.go