pub unsafe extern "C" fn SCIPcreateRandom(
scip: *mut SCIP,
randnumgen: *mut *mut SCIP_RANDNUMGEN,
initialseed: c_uint,
useglobalseed: c_uint,
) -> SCIP_RETCODEExpand description
creates and initializes a random number generator
@note The initial seed is changed using SCIPinitializeRandomSeed()