Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
Next()
|
Returns a non-negative random integer.
|
Next(Int32, Int32)
|
Returns a random integer within the specified range.
|
Next(Int32)
|
Returns a non-negative random integer that is less than the specified maximum.
|
NextBytes(Byte[])
|
Fills the specified array with random bytes.
|
NextBytes(Int32)
|
Returns a new byte array filled with random bytes.
|
NextDouble()
|
Returns a random floating-point number that is greater than or equal to 0.0 and less than 1.0.
|
NextString(Int32)
|
Generates a random alphanumeric string of the specified length.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ToString()
|
Returns a string that represents the current object.
|