Function scip_sys::SCIPsetRandomSeed
source · pub unsafe extern "C" fn SCIPsetRandomSeed(
scip: *mut SCIP,
randnumgen: *mut SCIP_RANDNUMGEN,
seed: c_uint
)Expand description
initializes a random number generator with a given seed
@note The seed is changed using SCIPinitializeRandomSeed()