Function SCIPgetRandomReal

Source
pub unsafe extern "C" fn SCIPgetRandomReal(
    minrandval: f64,
    maxrandval: f64,
    seedp: *mut c_uint,
) -> f64
Expand description

returns a random real between minrandval and maxrandval

@deprecated Please use SCIPrandomGetReal() to request a random real.