NormalDistribution.randomize

initialize a (let s and m have different types??)

  1. U randomize(U a)
  2. U randomize(U a, V s)
    struct NormalDistribution
    U
    randomize
    (
    U
    V
    )
    (
    ref U a
    ,
    V s
    )
  3. U randomize(U a, V s, S m)
  4. T sigma;
  5. T mu;

Meta