Jitter

com.softinio.verdict4s.Jitter
See theJitter companion trait
object Jitter

Ready-made sources of jitter: a random one, and a constant one for tests.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Jitter.type

Members list

Value members

Concrete methods

def constant[F[_] : Applicative](value: Double): Jitter[F]

Always returns the same sample, making a retry schedule reproducible.

Always returns the same sample, making a retry schedule reproducible.

Attributes

def scalaUtilRandom[F[_] : Applicative]: Jitter[F]

Samples from scala.util.Random. Works on both platforms.

Samples from scala.util.Random. Works on both platforms.

Attributes