Cargo Features
bevy_prng has no features set by default.
[dependencies]
bevy_prng = { version = "0.9.0", features = ["serialize", "rand_chacha", "wyrand", "rand_pcg", "rand_xoshiro"] }
- serialize
-
Enables serde and serde_derive, serde1 of optional wyrand ^0.2, serde1 of rand_core ^0.6, optional rand_chacha ^0.3, optional rand_pcg ^0.3, and optional rand_xoshiro ^0.6
Affects
bevy_prng::EntropySource
,bevy_prng::EntropySeed
… - rand_chacha
-
Enables rand_chacha ^0.3
- wyrand
-
Enables wyrand ^0.2
- rand_pcg
-
Enables rand_pcg ^0.3
- rand_xoshiro
-
Enables rand_xoshiro ^0.6