Skip to content

Commit

Permalink
fixed missing exported "new_cycle_event_with_seed" in prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
emuell committed Jul 2, 2024
1 parent 50681fa commit 7fa73d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
pub use super::{
// all public types to create event iters, gates and patterns
event::{
cycle::{new_cycle_event, CycleEventIter},
cycle::{new_cycle_event, new_cycle_event_with_seed, CycleEventIter},
fixed::ToFixedEventIter,
fixed::ToFixedEventIterSequence,
mutated::ToMutatedEventIter,
Expand Down

0 comments on commit 7fa73d7

Please sign in to comment.