RandomizationBase Methods | GeneticSharp |
The RandomizationBase type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDouble |
Gets a double value between 0.0 and 1.0.
| |
GetDouble(Double, Double) |
Gets a double value between minimum value (inclusive) and maximum value (exclusive).
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetInt |
Gets an integer value between minimum value (inclusive) and maximum value (exclusive).
| |
GetInts |
Gets an integer array with values between minimum value (inclusive) and maximum value (exclusive).
| |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
GetUniqueInts |
Gets an integer array with unique values between minimum value (inclusive) and maximum value (exclusive).
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also