Mono Class Library: Overview

System.Security.Cryptography.RandomNumberGenerator: Method Members

The methods of System.Security.Cryptography.RandomNumberGenerator are listed below. For a list of all members, see the RandomNumberGenerator Members list.

See Also: Inherited members from System.Object

Public Methods

static
Create() : RandomNumberGenerator
Create an instance of the default random number generation implementation.
static
Create(string) : RandomNumberGenerator
Create an instance of the specified random number generator implementation.
abstract
GetBytes(byte[])
Fill the supplied buffer with random bytes.
abstract
GetNonZeroBytes(byte[])
Fill the supplied buffer with random bytes excluding zeros (0x00).