Function easy_adds::random_f64

source ·
pub fn random_f64() -> f64
Expand description

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