IRandomGenerator public interface IRandomGenerator Documentation Code 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.