GOA - System.Random

Random Class


Represents a pseudo-random number generator.

Definition

public class Random: Object

Members Table

MethodDescription
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
NextOverloaded. Returns a random number.
NextBytesFills the elements of a specified array of bytes with random numbers.
NextDoubleReturns a random number between 0.0 and 1.0.
RandomOverloaded. Initializes a new instance of Random.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
SampleReturns a random number between 0.0 and 1.0.
ToStringReturns a String that represents the current Object. (Inherited from Object)

Inheritance Hierarchy

Object
Random

Class Information

NamespaceSystem
Flash Librarycorlib.scl
Flash Library Version2.0.0.2466
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.