OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:randseed
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Transforms/Utils/
MetaRenamer.cpp
65
unsigned int
randSeed
= 0;
68
randSeed
+= *I;
71
prng.srand(
randSeed
);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py
36
--
randseed
-- pass a random seed to reproduce a previous random run
64
-r randomizes test execution order. You can use --
randseed
=int to provide a
264
'runleaks', 'huntrleaks=', 'memlimit=', '
randseed
=',
294
elif o == '--
randseed
':
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py
36
--
randseed
-- pass a random seed to reproduce a previous random run
64
-r randomizes test execution order. You can use --
randseed
=int to provide a
264
'runleaks', 'huntrleaks=', 'memlimit=', '
randseed
=',
294
elif o == '--
randseed
':
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
kenny.c
23
#define SEED_FILE "
randseed
.txt" /* Used when running decoder on garbage data */
/libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp
[
all
...]
Completed in 165 milliseconds