Skip to main content

Module seq

Module seq 

Source
Expand description

Sequence random operations for SCIRS2 ecosystem

This module provides sequence-based random operations that are fully compatible with the rand::seq module while maintaining SCIRS2 POLICY compliance.

Re-exports§

pub use crate::random::slice_ops::ScientificSliceRandom;

Modules§

index
Low-level API for sampling indices

Traits§

SliceRandom
Extension trait on slices, providing shuffling methods.
SliceRandomExt
Re-export SliceRandom trait from rand for enhanced compatibility Extension trait on slices, providing shuffling methods.