We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e70982 commit 5031679Copy full SHA for 5031679
forrustts-genetics/src/lib.rs
@@ -1,7 +1,7 @@
1
//! Core types for genetics
2
3
-use forrustts_core::rand;
4
-use forrustts_core::rand_distr;
+pub use forrustts_core::rand;
+pub use forrustts_core::rand_distr;
5
6
mod genetic_maps;
7
forrustts-genetics/tests/test_genetic_maps.rs
@@ -1,4 +1,4 @@
+use forrustts_genetics::rand;
use rand::SeedableRng;
use forrustts_core::Position;
0 commit comments