mirror of
https://github.com/distribution/distribution.git
synced 2025-09-28 15:35:16 +00:00
Use the much faster math/rand.Read function where cryptographic guarantees are not required. The unit test suite should speed up a little bit but we've already optimized around this, so it may not matter. Signed-off-by: Stephen J Day <stephen.day@docker.com>