Function veloren_world::util::seed_expan::rng_state
source ยท pub fn rng_state(x: u32) -> [u8; 32]
Expand description
Expand a 32 bit seed into a 32 byte RNG state.
pub fn rng_state(x: u32) -> [u8; 32]
Expand a 32 bit seed into a 32 byte RNG state.