bevy_snake icon indicating copy to clipboard operation
bevy_snake copied to clipboard

Update rand and make code more idiomatic

Open vks opened this issue 3 years ago • 0 comments

Instead of generating integers from a range via floats, we now use the implementation from rand, which is more accurate.

vks avatar Apr 08 '21 04:04 vks