IRandomization Members

GeneticSharp

IRandomization Members GeneticSharp

The IRandomization type exposes the following members.

Methods

  NameDescription
Public methodGetDouble 
Gets a double value between 0.0 and 1.0.
Public methodGetDouble(Double, Double)
Gets a double value between minimum value (inclusive) and maximum value (exclusive).
Public methodGetInt
Gets an integer value between minimum value (inclusive) and maximum value (exclusive).
Public methodGetInts
Gets an integer array with values between minimum value (inclusive) and maximum value (exclusive).
Public methodGetUniqueInts
Gets an integer array with unique values between minimum value (inclusive) and maximum value (exclusive).
Back to Top
See Also