Random Numbers Detailed Description
Function Documentation
returns a random integer between minrandval and maxrandval
Definition at line 7700 of file misc.c. References getRand(), SCIP_RAND_MAX, and SCIP_Real. Referenced by createSubproblem(), getRandomVariable(), optimize(), permuteRandom(), SCIP_DECL_BRANCHEXECLP(), SCIP_DECL_BRANCHEXECPS(), SCIP_DECL_HEUREXEC(), SCIPgetRandomSubset(), SCIPpermuteArray(), SCIPpermuteIntArray(), and selectSolsRandomized(). returns a random real between minrandval and maxrandval
Definition at line 7719 of file misc.c. References getRand(), SCIP_RAND_MAX, and SCIP_Real. Referenced by execRelpscost(), handleCycle(), performRandRounding(), SCIPexprgraphSimplify(), SCIPexprtreeSimplify(), and SCIPsetModifiedDefaultSettingsIpopt(). |