NormalSource.getRandom

returns a normal distribued number with the given sigma (standard deviation) and mu (average)

  1. T getRandom()
  2. T getRandom(T sigma)
  3. T getRandom(T sigma, T mu)
    class NormalSource(RandG, T)
    final
    T
    getRandom
    (,
    T mu
    )

Meta