diff --git a/include/armadillo_bits/arma_rng.hpp b/include/armadillo_bits/arma_rng.hpp index 47edffd3..6c5eb058 100644 --- a/include/armadillo_bits/arma_rng.hpp +++ b/include/armadillo_bits/arma_rng.hpp @@ -633,13 +633,6 @@ struct arma_rng::randn void fill(eT* mem, const uword N, const double mu, const double sd) { - if( (mu == double(0)) && (sd == double(1)) ) - { - arma_rng::randn::fill(mem, N); - - return; - } - #if defined(ARMA_RNG_ALT) { // NOTE: old method to avoid regressions in user code that assumes specific sequence