Mono.Math.BigInteger.ThreadSafeRandomNumberGenerator.GetNonZeroBytes C# (CSharp) 메소드

GetNonZeroBytes() 공개 메소드

public GetNonZeroBytes ( byte data ) : void
data byte
리턴 void
                       public override void GetNonZeroBytes (byte[] data)
                       {
                               lock (locker)
                                       rng.GetNonZeroBytes (data);
                       }
               }
BigInteger.ThreadSafeRandomNumberGenerator