Function rv::misc::linspace

source ยท
pub fn linspace(start: f64, stop: f64, num: i32) -> Vec<f64>
Expand description

Generate a linearly spaced set of points between start and stop