Scippy

SCIP

Solving Constraint Integer Programs

scip_randnumgen.h File Reference

Detailed Description

public methods for random numbers

Author
Tobias Achterberg
Timo Berthold
Thorsten Koch
Alexander Martin
Marc Pfetsch
Kati Wolter
Gregor Hendel
Robert Lion Gottwald

Definition in file scip_randnumgen.h.

#include "scip/def.h"
#include "scip/type_misc.h"
#include "scip/type_retcode.h"
#include "scip/type_scip.h"

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_RETCODE SCIPcreateRandom (SCIP *scip, SCIP_RANDNUMGEN **randnumgen, unsigned int initialseed, SCIP_Bool useglobalseed)
 
SCIP_EXPORT void SCIPfreeRandom (SCIP *scip, SCIP_RANDNUMGEN **randnumgen)
 
SCIP_EXPORT void SCIPsetRandomSeed (SCIP *scip, SCIP_RANDNUMGEN *randnumgen, unsigned int seed)
 
SCIP_EXPORT unsigned int SCIPinitializeRandomSeed (SCIP *scip, unsigned int initialseedvalue)