//! Provider of [`SizeRounding`].
/// Rounding strategy for group size.
///
/// This enum is used for group size calculation in
/// [`divide_by_ratio`](crate::RandomGrouping::divide_by_ratio) method. Group
/// size is almost the result of multiplying samples length and group ratio.
/// But it is real number therefore rounding to `usize` is required.