static RAND: Lazy<SystemRandom>
Expand description

The lazily initialized SecureRandom object. Only lazy in name: the initialization is forced right near the start of this program’s main, before any other calls to this module.