Details
Description
Most uses of Random in spark are either in test cases or where we need a pseudo random number which is repeatable.
The following are usages where moving from Random to SecureRandom would be useful
a) HttpAuthUtils.createCookieToken
b) ThriftHttpServlet.RAN