We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa12d36 commit 5afeb6fCopy full SHA for 5afeb6f
src/lib.rs
@@ -57,7 +57,7 @@ use std::path::Path;
57
use itertools::Itertools;
58
#[cfg(feature = "graph")]
59
use petgraph::graph::Graph;
60
-use rand::{thread_rng, Rng};
+use rand::{thread_rng, Rng, SeedableRng};
61
#[cfg(feature = "yaml")]
62
use serde::de::DeserializeOwned;
63
0 commit comments