RandomizationBase Members | GeneticSharp |
The RandomizationBase type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | RandomizationBase | Initializes a new instance of the RandomizationBase 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.
|
![]() | GetDouble(Double, Double) |
Gets a double value between minimum value (inclusive) and maximum value (exclusive).
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | 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).
|
![]() | ![]() | 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).
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
See Also