Searched refs:randomInt (Results 1 - 7 of 7) sorted by relevance
/third_party/node/benchmark/crypto/ |
H A D | randomInt.js | 4 const { randomInt } = require('crypto'); 17 randomInt(min, max); 24 randomInt(min, max, () => { 32 randomInt(min, max, () => {
|
/third_party/node/lib/ |
H A D | crypto.js | 56 randomInt, 215 randomInt,
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | random_utils.cpp | 42 int RNG::randomInt() in randomInt() function in angle::RNG
|
H A D | random_utils.h | 34 int randomInt();
|
/third_party/node/lib/internal/crypto/ |
H A D | random.js | 200 // Cache random data to use in randomInt. The cache size must be evenly 209 function randomInt(min, max, callback) { function 211 // randomInt(max) 212 // randomInt(max, callback) 272 // simply refill the cache, because another async call to randomInt might 294 // randomInt has a chance of being successful, and it avoids complex 297 randomInt(task.min, task.max, task.callback); 611 randomInt,
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ParallelShaderCompileTest.cpp | 78 ostream << source << "\n// Random string to fool program cache: " << rng.randomInt() in insertRandomString()
|
H A D | VertexAttributeTest.cpp | 3261 Vector4 randomVec4 = RandomVec4(rng.randomInt(), 0.0f, 1.0f); in TEST_P()
|
Completed in 8 milliseconds