go/src/math/rand
Andrey Petrov 7cabaded51 math/rand: warn against using package for security-sensitive work
Urge users of math/rand to consider using crypto/rand when doing
security-sensitive work.

Related to issue #11871. While we haven't reached consensus on how
to make the package inherently safer, everyone agrees that the docs
for math/rand can be improved.

Change-Id: I576a312e51b2a3445691da6b277c7b4717173197
Reviewed-on: https://go-review.googlesource.com/12900
Reviewed-by: Rob Pike <r@golang.org>
2015-07-30 12:42:18 +00:00
..
example_test.go
exp.go
normal.go
rand.go math/rand: warn against using package for security-sensitive work 2015-07-30 12:42:18 +00:00
rand_test.go
regress_test.go
rng.go
zipf.go math/rand: improve NewZipf documentation 2015-07-03 21:39:04 +00:00