resetSecureRandom method

void resetSecureRandom()

Implementation

void resetSecureRandom() {
  _secureRandom = null;
  _secureRandomUseCount = 0;
}