SecureRandom startup enhancement

When this option (precisely, java.security.nativeRNG) is enabled, it reduces the processing time taken to generate the first random number in a Java application.

By default, this option is not enabled. Use the following option to enable the same:

—Djava.security.nativeRNG=true