Random (System.Random)

Inherits: System.Object

Interfaces:

Derived Types: 0

Assembly: mscorlib.dll

Represents a pseudo-random number generator, a device that produces a sequence of numbers that meet certain statistical requirements for randomness.

VB.NET C#

C#

public class Random
{
}

Articles

CodeProject: A fast equivalent for System.Random. Free source code and ...

A simple and fast random number generator that can be substituted in place of System.Random, with extra methods and fast re-initialization.; Author: colgreen; Section: C#;

MBR IT/.NET 247 : System.Random Class [Rotor]

System.Random Class: Information : Base Types : Related Resources: Represents a pseudo-random number generator, a device that produces a sequence of numbers that meet certain ...

System.Random Class

Base Types Object Random. Assembly mscorlib Library BCL Summary Generates psuedo-random numbers. Description Instances of this class are initialized using a "seed", or ...

System.Random

Description: This library deals with the common task of pseudo-random number generation. The library makes it possible to generate repeatable results, by starting with a specified ...

System.Random

Documentation: This library deals with the common task of pseudo-random number generation. The library makes it possible to generate repeatable results, by starting with a ...

EXSLT - Math

Implementer Page. How To. Downloads. Modules. Dates and Times. Dynamic. Common. Functions. Math. math:abs() math:acos() math:asin() math:atan() math:atan2() math:constant(

random.SystemRandom

Alternate random number generator using sources provided by the operating system (such as /dev/urandom on Unix or CryptGenRandom on Windows). Not available on all systems (see os ...

Random Class (System)

Represents a pseudo-random number generator, a device that produces a sequence of numbers that meet certain statistical requirements for randomness.

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support