GaussianDurationTime
case class GaussianDurationTime(mean: Double, std: Double, unit: TimeUnit) extends Gaussian[DurationTime]
A duration time generator that follow a gaussian distribution.
- Value parameters:
- mean
the mean of the gaussian distribution
- std
the standard deviation of the gaussian distribution
- unit
the unit chosen for the duration time object
trait Serializable
trait Product
trait Equals
trait Gaussian[DurationTime]
class Object
trait Matchable
class Any
Value members
Inherited methods
Method that allow to generate the next value for the property of type A.
Method that allow to generate the next value for the property of type A.
- Returns:
the generated property value
- Inherited from:
- Gaussian