Function ndarray_linalg::generate::random_using

source ยท
pub fn random_using<A, S, Sh, D, R>(sh: Sh, rng: &mut R) -> ArrayBase<S, D>
where A: Scalar, S: DataOwned<Elem = A>, D: Dimension, Sh: ShapeBuilder<Dim = D>, R: Rng,
Expand description

Generate random array with given RNG

  • See random for using default RNG