40#ifndef __SCIP_SCIP_RANDNUMGEN_H__
41#define __SCIP_SCIP_RANDNUMGEN_H__
66 unsigned int initialseed,
93 unsigned int initialseedvalue
common defines and data types used in all packages of SCIP
unsigned int SCIPinitializeRandomSeed(SCIP *scip, unsigned int initialseedvalue)
SCIPfreeRandom(scip, &heurdata->randnumgen)
SCIPsetRandomSeed(scip, heurdata->randnumgen,(unsigned int)(DEFAULT_INITIALSEED+SCIPgetNOrigVars(scip)+SCIPgetNOrigConss(scip)))
SCIPcreateRandom(scip, &heurdata->randnumgen, DEFAULT_RANDSEED, TRUE))
type definitions for miscellaneous datastructures
struct SCIP_RandNumGen SCIP_RANDNUMGEN
type definitions for return codes for SCIP methods
enum SCIP_Retcode SCIP_RETCODE
type definitions for SCIP's main datastructure