We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38020b commit 8f9a914Copy full SHA for 8f9a914
src/multi/dirichlet.rs
@@ -10,7 +10,7 @@
10
//! The dirichlet distribution `Dirichlet(α₁, α₂, ..., αₙ)`.
11
12
#![cfg(feature = "alloc")]
13
-use crate::{multi::MultiDistribution, Beta, Distribution, Exp1, Gamma, Open01, StandardNormal};
+use crate::{Beta, Distribution, Exp1, Gamma, Open01, StandardNormal, multi::MultiDistribution};
14
use core::fmt;
15
use num_traits::{Float, NumCast};
16
use rand::Rng;
0 commit comments