Function dMakeRandomMatrix

Source
pub unsafe extern "C" fn dMakeRandomMatrix(
    A: *mut f64,
    n: c_int,
    m: c_int,
    range: f64,
)