You can say what you want, but I just love Rust for these things. I want to have a bit more control over rng, so I am experimenting with a dead simple xor-shift. Now, it's enough to impl a simple RngCore trait, to take advantage of all the fancy methods like 'choose_weighted` etc.
#rustlang #gamedev
3 months ago