go/src/math/rand
weeellz a2ffe3e625 math/rand: refactor rng.go
Made constant names more idiomatic,
moved some constants to function seedrand,
and found better name for _M.

Change-Id: I192172f398378bef486a5bbceb6ba86af48ebcc9
Reviewed-on: https://go-review.googlesource.com/107135
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-04-16 22:22:14 +00:00
..
example_test.go Revert "math/rand: make Perm match Shuffle" 2017-11-16 16:24:30 +00:00
exp.go
gen_cooked.go
normal.go
race_test.go
rand.go math/rand: typo fixed in documentation of seedPos 2018-01-04 20:27:29 +00:00
rand_test.go
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