randomStep property

double randomStep

Implementation

double get randomStep => min + random.nextInt(deltaMax).toDouble();