Home
last modified time | relevance | path

Searched refs:theGlbRngSeed (Results 1 – 7 of 7) sorted by relevance

/dports/benchmarks/polygraph/polygraph-4.13.0/src/tools/
H A Ddistr_test.cc35 theGlbRngSeed(this, "global_rng_seed <int>", "per-test r.n.g. seed", 1), in MyOpts()
52 IntOpt theGlbRngSeed; member in MyOpts
88 GlbPermut().reseed(TheOpts.theGlbRngSeed); in configure()
96 TheOpts.theGlbRngSeed.wasSet() || in configure()
132 reportOption(TheOpts.theGlbRngSeed); in reportConfiguration()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DSharedOpts.cc58 theGlbRngSeed(this, "global_rng_seed <int>","per-test r.n.g. seed", 1), in SharedOpts()
73 if (theGlbRngSeed <= 0) in validate()
74 cerr << ThePrgName << ": global r.n.g. seed must be positive; got: " << theGlbRngSeed << endl; in validate()
H A DPersistWorkSetMgr.cc171 TheOpts.theGlbRngSeed.set(glbSeed); in loadSeeds()
180 *theOutStream << (int)TheOpts.theLclRngSeed << (int)TheOpts.theGlbRngSeed; in storeSeeds()
H A DSharedOpts.h60 IntOpt theGlbRngSeed; variable
/dports/benchmarks/polygraph/polygraph-4.13.0/src/client/
H A Dpgl2ldif.cc38 theGlbRngSeed(this, "global_rng_seed <int>","per-test r.n.g. seed", 1), in MyOpts()
56 IntOpt theGlbRngSeed; member in MyOpts
309 GlbPermut().reseed(TheOpts.theGlbRngSeed); in main()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/pgl/
H A Dpgl2acl.cc37 theGlbRngSeed(this, "global_rng_seed <int>","per-test r.n.g. seed", 1) in MyOpts()
47 IntOpt theGlbRngSeed; member in MyOpts
736 GlbPermut().reseed(TheOpts.theGlbRngSeed); in main()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/app/
H A DPolyApp.cc296 GlbPermut().reseed(TheOpts.theGlbRngSeed); in configureRnd()