Skip to content

Commit

Permalink
Exported AliasMethodWeight
Browse files Browse the repository at this point in the history
  • Loading branch information
zroug committed Feb 15, 2019
1 parent a410a03 commit 53ce889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/distributions/mod.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 53ce889

Please sign in to comment.