getDefaultRandom

Returns the default CryptographyRandom source, resolving it on first access.

If setDefaultRandom was called, that source is used. Otherwise, the platform-specific default random is used.

Use setDefaultRandom to override the default random source.