lindenmayer 0.3.0

Memory Efficient Lindenmayer-Systems
Documentation
1
2
3
4
#[cfg(target_pointer_width = "64")]
pub(crate) type SystemRng = rand_xoshiro::Xoshiro256PlusPlus;
#[cfg(not(target_pointer_width = "64"))]
pub(crate) type SystemRng = rand_xoshiro::Xoshiro256PlusPlus;