randomizationFactor property

double randomizationFactor
final

Percentage the delay should be randomized, given as fraction between 0 and 1.

If randomizationFactor is 0.25 (default) this indicates 25 % of the delay should be increased or decreased by 25 %.

Implementation

final double randomizationFactor;