mode property
Returns the mode, a value that appears most commonly in the set of values.
Implementation
@override
double get mode => p <= 0.5 ? 0 : 1;
Returns the mode, a value that appears most commonly in the set of values.
@override
double get mode => p <= 0.5 ? 0 : 1;