Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: double NextDouble(double, double)

  • Declared in: RT.Util.Rnd

Declaration

public static double NextDouble(
    double min,
    double max
)

Summary

Returns a random double between min and max. It is unclear whether min or max can ever be returned.