Skip to content

Commit

Permalink
added get_seed() to exports [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
liborty committed Oct 20, 2023
1 parent 9b00182 commit 09f4e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub mod generators;
/// Some helper functions
pub mod secondary;

pub use crate::generators::set_seeds;
pub use crate::generators::{set_seeds,get_seed};
pub use crate::error::{RanError,Re};

/// Wrapper for enum polymorphism - supported end types
Expand Down

0 comments on commit 09f4e8a

Please sign in to comment.