pub extern "C" fn random_range_f64(min: f64, max: f64) -> f64
生成指定范围内的随机浮点数
min
max
返回[min, max)范围内的随机浮点数