C# Class SuperImageEvolver.Utilities

Exibir arquivo Open project: fragmer/SuperImageEvolver

Public Methods

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

Method Details

NextByte() public static method

public static NextByte ( this rand ) : byte
rand this
return byte

NextByte() public static method

public static NextByte ( this rand, int max ) : byte
rand this
max int
return byte

NextByte() public static method

public static NextByte ( this rand, int min, int max ) : byte
rand this
min int
max int
return byte

NextDouble() public static method

public static NextDouble ( this rand, double max ) : double
rand this
max double
return double

NextDouble() public static method

public static NextDouble ( this rand, double min, double max ) : double
rand this
min double
max double
return double

NextFloat() public static method

public static NextFloat ( this rand ) : float
rand this
return float

NextFloat() public static method

public static NextFloat ( this rand, double max ) : float
rand this
max double
return float

NextFloat() public static method

public static NextFloat ( this rand, double min, double max ) : float
rand this
min double
max double
return float

ToCompactString() public static method

public static ToCompactString ( this span ) : string
span this
return string