Home
last modified time | relevance | path

Searched refs:nSeed (Results 51 – 63 of 63) sorted by relevance

123

/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/
H A Dburn.h301 void BurnRandomSetSeed(UINT64 nSeed); // Set the seed - useful for netgames / input r…
/dports/games/gnubg/gnubg-1.06.002/
H A Dsgf.c640 prc->nSeed = 0; in RestoreRolloutRolloutContext()
657 …&fInitial, &prc->nTruncate, &prc->nTrials, szTemp, &prc->nSeed, &fRotate, &fTruncBearoff2, &fTrunc… in RestoreRolloutRolloutContext()
788 … &prc->nTruncate, &fTruncBearoff2, &fTruncBearoffOS, &prc->nLate, szTemp, &prc->nSeed) != 12) in RestoreExtendedRolloutContext()
1632 …ncate, prc->fTruncBearoff2, prc->fTruncBearoffOS, prc->nLate, aszRNG[prc->rngRollout], prc->nSeed); in WriteRolloutContext()
H A Drollout.c1153 QuasiRandomSeed(&dicePerms, (int) prc->nSeed); in RolloutLoopMT()
1159 … InitRNGSeed((unsigned int) (prc->nSeed + (trial << 8)), prc->rngRollout, rngctxMTRollout); in RolloutLoopMT()
H A Dgtkgame.c4881 prw->rcRollout.nSeed = (int) gtk_adjustment_get_value(prw->prwGeneral->padjSeed); in GetRolloutSettings()
5095 …prpw->padjSeed = GTK_ADJUSTMENT(gtk_adjustment_new((gdouble)prw->rcRollout.nSeed, 0, INT_MAX, 1, 1… in RolloutPageGeneral()
5662 if (rw.rcRollout.nSeed != rcRollout.nSeed) { in SetRollouts()
5663 sprintf(sz, "set rollout seed %lu", rw.rcRollout.nSeed); in SetRollouts()
H A Dgnubg.c4417 if (!(rngctxRollout = InitRNG(&rcRollout.nSeed, NULL, TRUE, rcRollout.rngRollout))) { in init_rng()
4425 rcRollout.nSeed ^= 0x792A584B; in init_rng()
H A Dshow.c247 outputf(_("%s dice generator with seed %lu.\n"), gettext(aszRNG[prc->rngRollout]), prc->nSeed); in ShowRollout()
H A Dset.c2205 prcSet->nSeed = n;
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/
H A Dburn.h330 void BurnRandomSetSeed(UINT64 nSeed); // Set the seed - useful for netgames / input r…
/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxbinary.cpp257 static quint32 nSeed=0; in random16() local
259 if(!nSeed) in random16()
263 nSeed^=nRValue; in random16()
264 qsrand(nSeed); in random16()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/runtime/
H A Dmethods.cxx3516 int nSeed = static_cast<int>(rPar.Get(1)->GetInteger()); in SbRtl_Randomize() local
3517 theRandomNumberGenerator::get().global_rng.seed(nSeed); in SbRtl_Randomize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/runtime/
H A Dmethods.cxx3499 int nSeed = static_cast<int>(rPar.Get(1)->GetInteger()); in SbRtl_Randomize() local
3500 theRandomNumberGenerator::get().global_rng.seed(nSeed); in SbRtl_Randomize()
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/data/autocomplete/
H A DC++.acp4855 Keyword srand(unsigned int nSeed)
/dports/editors/cudatext/CudaText-1.151.0/app/data/autocomplete/
H A DC++.acp4855 Keyword srand(unsigned int nSeed)

123