diff --git a/src/distributions/mod.rs b/src/distributions/mod.rs index 06b578e989..ab3f8541b7 100644 --- a/src/distributions/mod.rs +++ b/src/distributions/mod.rs @@ -183,7 +183,8 @@ pub use self::float::{OpenClosed01, Open01}; pub use self::bernoulli::Bernoulli; #[cfg(feature = "alloc")] pub use self::weighted::{ - AliasMethodWeightedIndex, AliasMethodWeightedIndexError, WeightedError, WeightedIndex, + AliasMethodWeight, AliasMethodWeightedIndex, AliasMethodWeightedIndexError, WeightedError, + WeightedIndex, }; #[cfg(feature="std")] pub use self::unit_sphere::UnitSphereSurface; #[cfg(feature="std")] pub use self::unit_circle::UnitCircle;