internal X931SecureRandom(SecureRandom randomSource, X931Rng drbg, bool predictionResistant) : base((IRandomGenerator)null) { this.mRandomSource = randomSource; this.mDrbg = drbg; this.mPredictionResistant = predictionResistant; }