moby--moby/pkg/random
Eric Windisch 4742a3964f Prefer crypto rand seed for pkg/rand
Crypto rand is a much better seed for math/rand than
time. In the event we use math/rand where we should not,
this will make it a safer source of random numbers.

Although potentially dangerous, this will still fallback
to time should crypto/rand for any reason fail.

Signed-off-by: Eric Windisch <eric@windisch.us>
2015-07-29 12:55:57 -04:00
..
random.go Prefer crypto rand seed for pkg/rand 2015-07-29 12:55:57 -04:00
random_test.go Use goroutine-safe version of rand.Source 2015-05-19 12:32:40 -07:00