<PackageReference Include="SSH.NET" Version="2020.0.2" />

Renci.SshNet.Security.Org.BouncyCastle.Crypto.Prng.IRandomGenerator

interface IRandomGenerator
void AddSeedMaterial(byte[] seed)

Add more seed material to the generator.

void AddSeedMaterial(long seed)

Add more seed material to the generator.

void NextBytes(byte[] bytes)

Fill byte array with random values.

void NextBytes(byte[] bytes, int start, int len)

Fill byte array with random values.