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
    Leona 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_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)