/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
H A D | evpciph_camellia_cts.txt | 35 # Random confounder: B69822A19A6B09C0EBC8557D1F1B6C0A 46 # Random confounder: 6F2FC3C2A166FD8898967A83DE9596D9 57 # Random confounder: A5B4A71E077AEEF93C8763C18FDB1F10 68 # Random confounder: 19FEE40D810C524B5B22F01874C693DA 79 # Random confounder: CA7A7AB4BE192DABD603506DB19C39E2 90 # Random confounder: 3CBBD2B45917941067F96599BB98926C 101 # Random confounder: DEF487FCEBE6DE6346D4DA4521BBA2D2 112 # Random confounder: AD4FF904D34E555384B14100FC465F88 123 # Random confounder: CF9BCA6DF1144E0C0AF9B8F34C90D514 134 # Random confounder: 644DEF38DA35007275878D216855E228
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | internal.d | 24 import std.random : Random, unpredictableSeed, uniform; in version() 26 static Random rnd; in version() 30 rnd = Random(unpredictableSeed); in version() 49 import std.random : Random, unpredictableSeed, uniform; in version() 51 static Random rnd; in version() 55 rnd = Random(unpredictableSeed); in version()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 108 class Random { class 111 Random(unsigned _seed):Seed(_seed) {} in Random() function in llvm::__anon27583fdc0111::Random 181 Modifier(BasicBlock *Block, PieceTable *PT, Random *R) in Modifier() 331 Random *Ran; 338 LoadModifier(BasicBlock *BB, PieceTable *PT, Random *R) in LoadModifier() 352 StoreModifier(BasicBlock *BB, PieceTable *PT, Random *R) in StoreModifier() 372 BinModifier(BasicBlock *BB, PieceTable *PT, Random *R) in BinModifier() 416 ConstModifier(BasicBlock *BB, PieceTable *PT, Random *R) in ConstModifier() 467 AllocaModifier(BasicBlock *BB, PieceTable *PT, Random *R) in AllocaModifier() 479 ExtractElementModifier(BasicBlock *BB, PieceTable *PT, Random *R) in ExtractElementModifier() [all …]
|
/netbsd-src/external/bsd/unbound/dist/testdata/ |
H A D | edns_downstream_cookies.rpl | 62 31 32 33 34 35 36 37 38 ; Random bits 84 31 32 33 34 35 36 37 38 ; Random bits 109 31 32 33 34 35 36 37 38 ; Random bits 136 31 32 33 34 35 36 37 38 ; Random bits 164 31 32 33 34 35 36 37 38 ; Random bits 193 31 32 33 34 35 36 37 38 ; Random bits 218 31 32 33 34 35 36 37 38 ; Random bits
|
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
H A D | map.bench.cpp | 45 enum class Order { Sorted, Random }; enumerator 243 Order::value == ::Order::Random ? Shuffle::Keys : Shuffle::None, 1000); in run() 264 Order::value == ::Order::Random ? Shuffle::Keys in run() 362 Order::value == ::Order::Random ? Shuffle::Keys : Shuffle::None, 1000); in run() 383 Order::value == ::Order::Random ? Shuffle::Keys in run() 482 Order::value == ::Order::Random ? Shuffle::Keys : Shuffle::None, 1000); in run() 503 Order::value == ::Order::Random ? Shuffle::Keys in run() 602 Order::value == ::Order::Random ? Shuffle::Keys : Shuffle::None, 1000); in run() 623 Order::value == ::Order::Random ? Shuffle::Keys in run() 721 Order::value == ::Order::Random ? Shuffle::Keys : Shuffle::None, 1000); in run() [all …]
|
H A D | ordered_set.bench.cpp | 29 enum class AccessPattern { Ordered, Random }; enumerator 37 if (AP == AccessPattern::Random) { in sortKeysBy()
|
/netbsd-src/external/lgpl3/gmp/dist/doc/ |
H A D | gmp.info | 67 Node: Integer Random Numbers125180 88 Node: Random Number Functions207558 89 Node: Random State Initialization208626 90 Node: Random State Seeding211491 91 Node: Random State Miscellaneous212896 105 Node: C++ Interface Random Numbers254004 150 Node: Random Number Algorithms340290
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/fr400/ |
H A D | csdiv.cgs | 18 ; Random example 56 ; Random example 81 ; Random example 110 ; Random example 135 ; Random example 160 ; Random example
|
H A D | sdivi.cgs | 15 ; Random example 20 ; Random negative example
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/ |
H A D | csdiv.cgs | 18 ; Random example 57 ; Random example 82 ; Random example 112 ; Random example 137 ; Random example 162 ; Random example
|
H A D | nsdivi.cgs | 20 ; Random example 27 ; Random negative example
|
H A D | sdivi.cgs | 15 ; Random example 20 ; Random negative example
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerRandom.h | 18 class Random : public std::mt19937 { 20 Random(unsigned int seed) : std::mt19937(seed) {} in Random() function
|
H A D | FuzzerMutate.h | 24 MutationDispatcher(Random &Rand, const FuzzingOptions &Options); 94 Random &GetRand() { return Rand; } in GetRand() 125 Random &Rand;
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/ |
H A D | FuzzerUnittest.cpp | 49 Random Rand(0); in TEST() 137 Random Rand(0); in TestEraseBytes() 173 Random Rand(0); in TestInsertByte() 209 Random Rand(0); in TestInsertRepeatedBytes() 253 Random Rand(0); in TestChangeByte() 289 Random Rand(0); in TestChangeBit() 325 Random Rand(0); in TestShuffleBytes() 355 Random Rand(0); in TestCopyPart() 405 Random Rand(0); in TEST() 418 Random Rand(0); in TestAddWordFromDictionary() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/test/ |
H A D | dummyrange.d | 16 Random enumerator 134 static if (rt >= RangeType.Random) 195 DummyRange!(ReturnBy.Reference, Length.Yes, RangeType.Random), 201 DummyRange!(ReturnBy.Value, Length.Yes, RangeType.Random), 212 DummyRange!(ReturnBy.Reference, Length.Yes, RangeType.Random, T), in AllDummyRangesType() 218 DummyRange!(ReturnBy.Value, Length.Yes, RangeType.Random, T), in AllDummyRangesType()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/test/ |
H A D | dummyrange.d | 16 Random enumerator 134 static if (rt >= RangeType.Random) 195 DummyRange!(ReturnBy.Reference, Length.Yes, RangeType.Random), 201 DummyRange!(ReturnBy.Value, Length.Yes, RangeType.Random), 212 DummyRange!(ReturnBy.Reference, Length.Yes, RangeType.Random, T), in AllDummyRangesType() 218 DummyRange!(ReturnBy.Value, Length.Yes, RangeType.Random, T), in AllDummyRangesType()
|
/netbsd-src/external/bsd/elftosb/dist/elftosb.xcodeproj/ |
H A D | project.pbxproj | 27 …0208BF4D0A03137800255D31 /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0208BF4B0A03… 55 …020D46940A1668690027E24E /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0208BF4B0A03… 102 …02E25EAF0A1A5E09001161B5 /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0208BF4B0A03… 173 …F4A0A03137800255D31 /* Random.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 174 …0A03137800255D31 /* Random.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 384 0208BF4B0A03137800255D31 /* Random.cpp */, 385 0208BF4A0A03137800255D31 /* Random.h */, 639 020D46940A1668690027E24E /* Random.cpp in Sources */, 665 02E25EAF0A1A5E09001161B5 /* Random.cpp in Sources */, 694 0208BF4D0A03137800255D31 /* Random.cpp in Sources */,
|
/netbsd-src/sys/arch/hpc/stand/hpcboot/ |
H A D | memory.h | 163 while ((_magic0 = Random()) == MAGIC_CHECK_DONE) in setMagic() 165 while ((_magic1 = Random()) == MAGIC_CHECK_DONE) in setMagic()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | random.d | 62 auto rnd = Random(42); 1312 auto rnd = Random(unpredictableSeed); 1325 alias Random = Mt19937; variable 1329 static assert(isUniformRNG!Random); 1330 static assert(isUniformRNG!(Random, uint)); 1331 static assert(isSeedable!Random); 1332 static assert(isSeedable!(Random, uint)); 1343 @property ref Random rndGen() @safe in rndGen() 1348 static Random result; in rndGen() 1352 static if (isSeedable!(Random, typeof(map!((a) => unpredictableSeed)(repeat(0))))) in rndGen() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | README-Thumb2.txt | 2 // Random ideas for the ARM backend (Thumb2 specific).
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | virtutech | 4 # Virtutech Compressed Random Access File Format
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/ |
H A D | README.txt | 1 Random Notes
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/ |
H A D | README.txt | 1 Random Notes
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
H A D | gtest-internal-inl.h | 310 void ShuffleRange(internal::Random* random, int begin, int end, in ShuffleRange() 334 inline void Shuffle(internal::Random* random, std::vector<E>* v) { in Shuffle() 817 internal::Random* random() { return &random_; } in random() 922 internal::Random random_;
|