self.result is an array of triples (randomize, min, max)
where randomize indicates whether to randomize weight i
and min and max give the range the random values are drawn
from. If user cancelled, self.result is None
Methods
|
|
__init__
body
validate
|
|
__init__
|
__init__ (
self,
master,
nrOfWeights,
keepFirst,
)
|
|
body
|
body ( self, master )
|
|
validate
|
validate ( self )
|
|