Mono.Math.BigInteger.ThreadSafeRandomNumberGenerator.GetBytes C# (CSharp) Méthode

GetBytes() public méthode

public GetBytes ( byte data ) : void
data byte
Résultat void
                       public override void GetBytes (byte[] data)
                       {
                               lock (locker)
                                       rng.GetBytes (data);
                       }
BigInteger.ThreadSafeRandomNumberGenerator