RvSim::gen_normal takes unused arguments
Closed this issue · 0 comments
gbfredrik commented
ublas::matrix RvSim::gen_normal(double const m, double const s, size_t const k, size_t const N);
Takes "m" and "s" as arguments without using them. Arguments should be removed where the function is called.