Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    public methods for random numbers

    Author
    Tobias Achterberg
    Timo Berthold
    Gerald Gamrath
    Leona Gottwald
    Stefan Heinz
    Gregor Hendel
    Thorsten Koch
    Alexander Martin
    Marc Pfetsch
    Michael Winkler
    Kati Wolter

    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)