mod uniform_square; pub use uniform_square::UniformSquare; pub trait RandomDistribution { fn value(&self) -> T; }