public interface IRandomGenerator
Public Interface IRandomGenerator
public interface class IRandomGenerator
Org.BouncyCastle.Crypto.Prng.IRandomGenerator = function();
Org.BouncyCastle.Crypto.Prng.IRandomGenerator.createInterface('Org.BouncyCastle.Crypto.Prng.IRandomGenerator');
AddSeedMaterial(Byte) | Add more seed material to the generator. |
AddSeedMaterial(Int64) | Add more seed material to the generator. |
AddSeedMaterial(ReadOnlySpanByte) | |
NextBytes(Byte) | Fill byte array with random values. |
NextBytes(SpanByte) | |
NextBytes(Byte, Int32, Int32) | Fill byte array with random values. |