refactor: update random number generation to use rand::make_rng() and upgrade rand to version 0.10
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
//! parameter independently, the multivariate KDE models the joint distribution
|
||||
//! to better capture correlations between parameters.
|
||||
|
||||
use rand::Rng;
|
||||
use rand::{Rng, RngExt};
|
||||
|
||||
use crate::error::{Error, Result};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user