//! This module contains tools related to random sampling.
//!//! To use this, the "rand" feature must be enabled.
#[cfg(feature ="alloc")]pubmodmesh_sampling;pubmodshape_sampling;pubmodstandard;#[cfg(feature ="alloc")]pubusemesh_sampling::*;pubuseshape_sampling::*;pubusestandard::*;