Package de.uka.ipd.sdq.probfunction.math
Interface IRandomGenerator
-
- All Known Implementing Classes:
DefaultRandomGenerator
public interface IRandomGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
double
random()
generates a double value greater than or equal 0.0 and less than 1.0
-