GaussianIntDistribution

case class GaussianIntDistribution(mean: Double, std: Double) extends Gaussian[Int]

A integer generator that follow a gaussian distribution.

Value parameters:
mean

the mean of the gaussian distribution

std

the standard deviation of the gaussian distribution

trait Serializable
trait Product
trait Equals
trait Gaussian[Int]
class Object
trait Matchable
class Any

Value members

Inherited methods

def next(): Int

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
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product