NormalSource.randomize

initializes a variable with normal distribued numbers with the given sigma and mu and returns it

  1. U randomize(U a)
  2. U randomize(U a, V sigma)
  3. U randomize(U el, V sigma, S mu)
    class NormalSource(RandG, T)
    U
    randomize
    (
    U
    V
    S
    )
    (
    ref U el
    ,,
    S mu
    )

Meta