BasicRandomization Methods | GeneticSharp |
The BasicRandomization 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.
(Overrides RandomizationBase GetDouble .) | |
GetDouble(Double, Double) |
Gets a double value between minimum value (inclusive) and maximum value (exclusive).
(Inherited from RandomizationBase.) | |
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).
(Overrides RandomizationBase GetInt(Int32, Int32).) | |
GetInts |
Gets an integer array with values between minimum value (inclusive) and maximum value (exclusive).
(Inherited from RandomizationBase.) | |
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).
(Inherited from RandomizationBase.) | |
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