Function easy_adds::random_f32

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

This function generate random f32 between 0 and 1. Based on top of rand crate.