mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
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> Upstream-commit: 4742a3964fd276a825a5ff4d1cf8417ae88abcb1 Component: engine