Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: double NextDouble(this Random, double, double)

Declaration

public static double NextDouble(
    this Random rnd,
    double min,
    double max
)

Summary

Returns a random number that is greater than or equal to min, and less than max.