NormalSource.randomize

initializes a variable with normal distribued number and returns it

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

Meta