extern crate alloc;
extern crate std;
/// Command extensions for relating groups of RNGs.
/// Global PRNG sources, with query helpers.
/// Utility observers for handling seeding between parent/child entropy sources
/// Utility query/system parameters for accessing RNGs.
/// Plugin for integrating [`rand_core::Rng`] PRNGs into bevy. Must be newtyped to support [`bevy_reflect::Reflect`].
/// Prelude for providing all necessary types for easy use.
/// Seed Components for seeding PRNG components.
/// Traits for enabling utility methods for PRNG components.