public interface IRandomGenerator
byte[] nextBytes()
nextBytes(int) method instead.nextBytes(int)byte[] nextBytes(int numBytes)
numBytes - the number of bytes to be populated with random data.nextBytes()Copyright © 2020. All rights reserved.