Function ezio::random::f32

source ·
pub fn f32() -> f32
Expand description

Generate a random integer from a uniform distribution.

Implemented using the rand crate, see their docs for more information.