Method | Description | |
---|---|---|
NextByte ( this rand ) : byte | ||
NextByte ( this rand, int max ) : byte | ||
NextByte ( this rand, int min, int max ) : byte | ||
NextDouble ( this rand, double max ) : double | ||
NextDouble ( this rand, double min, double max ) : double | ||
NextFloat ( this rand ) : float | ||
NextFloat ( this rand, double max ) : float | ||
NextFloat ( this rand, double min, double max ) : float | ||
ToCompactString ( this span ) : string |
public static NextByte ( this rand, int max ) : byte | ||
rand | this | |
max | int | |
return | byte |
public static NextByte ( this rand, int min, int max ) : byte | ||
rand | this | |
min | int | |
max | int | |
return | byte |
public static NextDouble ( this rand, double max ) : double | ||
rand | this | |
max | double | |
return | double |
public static NextDouble ( this rand, double min, double max ) : double | ||
rand | this | |
min | double | |
max | double | |
return | double |
public static NextFloat ( this rand ) : float | ||
rand | this | |
return | float |
public static NextFloat ( this rand, double max ) : float | ||
rand | this | |
max | double | |
return | float |
public static NextFloat ( this rand, double min, double max ) : float | ||
rand | this | |
min | double | |
max | double | |
return | float |
public static ToCompactString ( this span ) : string | ||
span | this | |
return | string |