BasicRandomization Members
From GeneticSharp
| BasicRandomization Members | GeneticSharp |
The BasicRandomization type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BasicRandomization | Initializes a new instance of the BasicRandomization class |
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| 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.) | |
Serves as a hash function for a particular type. (Inherited from | ||
| 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.) | |
Gets the type of the current instance. (Inherited from | ||
| GetUniqueInts |
Gets an integer array with unique values between minimum value (inclusive) and maximum value (exclusive).
(Inherited from RandomizationBase.) | |
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
See Also