This commit is contained in:
conrad
2022-05-27 13:32:46 +10:00
parent fd43012182
commit 3bf68ed247
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -87,7 +87,6 @@ randn(const distr_param& param)
//! Generate a vector with all elements set to random values with a gaussian distribution (zero mean, unit variance)
arma_warn_unused
arma_inline
const Gen<vec, gen_randn>
@@ -141,7 +140,6 @@ randn(const uword n_elem, const arma_empty_class junk1 = arma_empty_class(), con
//! Generate a dense matrix with all elements set to random values with a gaussian distribution (zero mean, unit variance)
arma_warn_unused
arma_inline
const Gen<mat, gen_randn>
-2
View File
@@ -89,7 +89,6 @@ randu(const distr_param& param)
//! Generate a vector with all elements set to random values in the [0,1] interval (uniform distribution)
arma_warn_unused
arma_inline
const Gen<vec, gen_randu>
@@ -143,7 +142,6 @@ randu(const uword n_elem, const arma_empty_class junk1 = arma_empty_class(), con
//! Generate a dense matrix with all elements set to random values in the [0,1] interval (uniform distribution)
arma_warn_unused
arma_inline
const Gen<mat, gen_randu>