pub trait Generator<T> { // Required method fn generate(&mut self) -> T; }
A generator for initializing the entries in a matrix via Matrix::new.
Matrix::new