scip_randnumgen.c File Reference
Detailed Description
public methods for random numbers
Definition in file scip_randnumgen.c.
#include "scip/misc.h"
#include "scip/pub_message.h"
#include "scip/scip_mem.h"
#include "scip/scip_randnumgen.h"
#include "scip/set.h"
#include "scip/struct_scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPcreateRandom (SCIP *scip, SCIP_RANDNUMGEN **randnumgen, unsigned int initialseed, SCIP_Bool useglobalseed) |
void | SCIPfreeRandom (SCIP *scip, SCIP_RANDNUMGEN **randnumgen) |
void | SCIPsetRandomSeed (SCIP *scip, SCIP_RANDNUMGEN *randnumgen, unsigned int seed) |
unsigned int | SCIPinitializeRandomSeed (SCIP *scip, unsigned int initialseedvalue) |