Home
last modified time | relevance | path

Searched refs:randomInt (Results 1 - 7 of 7) sorted by relevance

/third_party/node/benchmark/crypto/
H A DrandomInt.js4 const { randomInt } = require('crypto');
17 randomInt(min, max);
24 randomInt(min, max, () => {
32 randomInt(min, max, () => {
/third_party/node/lib/
H A Dcrypto.js56 randomInt,
215 randomInt,
/third_party/skia/third_party/externals/angle2/util/
H A Drandom_utils.cpp42 int RNG::randomInt() in randomInt() function in angle::RNG
H A Drandom_utils.h34 int randomInt();
/third_party/node/lib/internal/crypto/
H A Drandom.js200 // 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 DParallelShaderCompileTest.cpp78 ostream << source << "\n// Random string to fool program cache: " << rng.randomInt() in insertRandomString()
H A DVertexAttributeTest.cpp3261 Vector4 randomVec4 = RandomVec4(rng.randomInt(), 0.0f, 1.0f); in TEST_P()

Completed in 8 milliseconds