All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Detailed Description
Function Documentation
returns a random integer between minrandval and maxrandval
Definition at line 7203 of file misc.c. References getRand(), SCIP_RAND_MAX, and SCIP_Real. Referenced by createSubproblem(), getRandomVariable(), optimize(), 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 7222 of file misc.c. References getRand(), SCIP_RAND_MAX, and SCIP_Real. Referenced by handleCycle(), performRandRounding(), SCIPexprgraphSimplify(), and SCIPexprtreeSimplify(). |