ProgTypeAbstract.mutationRemoveLineChance

Шанс удаления линии в программе

interface ProgTypeAbstract
@property
float
mutationRemoveLineChance
(
)
in { assert (mutationAddLineChance() + mutationRemoveLineChance() <= 1, "Mutation summ chance of add/remove line is greater 1!"); }
out (result) { assert (0 <= result && result <= 1, "Return value isn't a probability!"); }

Meta