NormalSource.getRandom

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

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

Meta