com.tritondigital.counters

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. case class Jitter(jitterFactor: Double, value: Double) extends Product with Serializable

    Jiterrize given value by +- jitterFactor Example: for a factor of 25% (0.25) and a value of 10, this will return random numbers between 7.5 and 12.5.

Ungrouped