Trait bevy_prng::SeedableEntropySource

source ·
pub trait SeedableEntropySource: RngCore + SeedableRng + Clone + Debug + PartialEq + Sync + Send + Reflect + TypePath + FromReflect + GetTypeRegistration + Serialize + for<'a> Deserialize<'a> + SealedSeedable { }
Expand description

A marker trait to define the required trait bounds for a seedable PRNG to integrate into EntropyComponent or GlobalEntropy. This is a sealed trait.

Object Safety§

This trait is not object safe.

Implementors§