Home
last modified time | relevance | path

Searched defs:currentSeed (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_name_server.cpp24 qint32 KisNameServer::currentSeed() const in currentSeed() function in KisNameServer
/dports/science/elmerfem/elmerfem-release-9.0/meshgen2d/src/include/
H A DMeshParser.h57 SeedToken *currentSeed; variable
/dports/audio/fdk-aac/fdk-aac-2.0.2/libAACdec/src/
H A Daacdec_pns.h119 INT *currentSeed; member
H A Daacdec_pns.cpp139 void CPns_UpdateNoiseState(CPnsData *pPnsData, INT *currentSeed, in CPns_UpdateNoiseState()
/dports/math/openturns/openturns-1.18/lib/src/Base/Stat/
H A DReverseHaltonSequence.cxx66 Unsigned64BitsInteger currentSeed = seed_; in generate() local
H A DHaltonSequence.cxx96 Unsigned64BitsInteger currentSeed = seed_; in generate() local
/dports/multimedia/handbrake/fdk-aac-2.0.1/libAACdec/src/
H A Daacdec_pns.h119 INT *currentSeed; member
H A Daacdec_pns.cpp139 void CPns_UpdateNoiseState(CPnsData *pPnsData, INT *currentSeed, in CPns_UpdateNoiseState()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/
H A Drandomnumbergenerator.cpp217 quint32 RandomNumberGenerator::currentSeed() const in currentSeed() function in Digikam::RandomNumberGenerator
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/helpers/
H A Dcustom_event_listener.h168 int currentSeed = -1; variable
/dports/games/dunelegacy/dunelegacy-0.96.4/src/
H A DCommand.cpp377 Uint32 currentSeed = currentGame->randomGen.getSeed(); in executeCommand() local
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/crypto/gmss/
H A DGMSSPrivateKeyParameters.java117 public GMSSPrivateKeyParameters(byte[][] currentSeed, byte[][] nextNextSeed, in GMSSPrivateKeyParameters()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/seeds/
H A Dbanded_chain_alignment_impl.h974 TSeed const & currentSeed, in _computeGapArea()
1036 TSeed const & currentSeed, in _computeAnchorArea()
1109 TSeed const & currentSeed, in _finishBandedChain()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/seeds/
H A Dbanded_chain_alignment_impl.h974 TSeed const & currentSeed, in _computeGapArea()
1036 TSeed const & currentSeed, in _computeAnchorArea()
1109 TSeed const & currentSeed, in _finishBandedChain()
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/seeds/
H A Dbanded_chain_alignment_impl.h884 TSeed const & currentSeed, in _computeGapArea()
943 TSeed const & currentSeed, in _computeAnchorArea()
1015 TSeed const & currentSeed, in _finishBandedChain()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/asn1/
H A DGMSSPrivateKey.java652 public GMSSPrivateKey(int[] index, byte[][] currentSeed, in GMSSPrivateKey()
/dports/cad/openroad/OpenROAD-2.0/src/par/src/
H A DPartitionMgr.cpp627 int currentSeed = currentResults.getSeed(idx); in computePartitionResult() local
/dports/www/R-cran-shiny/shiny/R/
H A Dutils.R33 currentSeed <- get('.Random.seed', pos=globalenv()) functionVar