C# Class Mono.Math.BigInteger.ThreadSafeRandomNumberGenerator

Inheritance: System.Security.Cryptography.RandomNumberGenerator
Datei anzeigen Open project: mono/gert

Public Methods

Method Description
GetBytes ( byte data ) : void
GetNonZeroBytes ( byte data ) : void
ThreadSafeRandomNumberGenerator ( ) : System

Method Details

GetBytes() public method

public GetBytes ( byte data ) : void
data byte
return void

GetNonZeroBytes() public method

public GetNonZeroBytes ( byte data ) : void
data byte
return void

ThreadSafeRandomNumberGenerator() public method

public ThreadSafeRandomNumberGenerator ( ) : System
return System