C# Class GenArt.Classes.Tools

Exibir arquivo Open project: MattLloyd101/EvoLisa

Public Properties

Property Type Description
MaxHeight int
MaxPolygons int
MaxWidth int

Public Methods

Method Description
GetRandomNumber ( int min, int max ) : int
WillMutate ( int mutationRate ) : bool

Method Details

GetRandomNumber() public static method

public static GetRandomNumber ( int min, int max ) : int
min int
max int
return int

WillMutate() public static method

public static WillMutate ( int mutationRate ) : bool
mutationRate int
return bool

Property Details

MaxHeight public_oe static_oe property

public static int MaxHeight
return int

MaxPolygons public_oe static_oe property

public static int MaxPolygons
return int

MaxWidth public_oe static_oe property

public static int MaxWidth
return int