Change std::rand to rand in lower_triangular.rs
This commit is contained in:
parent
503b567b27
commit
fc10742b5c
|
@ -1,5 +1,5 @@
|
|||
use std::rand::Rand;
|
||||
use std::rand;
|
||||
use rand::Rand;
|
||||
use rand;
|
||||
use std::num::{One, Zero};
|
||||
use std::vec;
|
||||
|
||||
|
|
Loading…
Reference in New Issue