Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: float NextSingle(this Random, float, float)

Declaration

public static float NextSingle(
    this Random rnd,
    float min,
    float max
)

Summary

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