Home
last modified time | relevance | path

Searched refs:newSeed (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/util/
Drandom_utils.cpp31 void RNG::reseed(unsigned int newSeed) in reseed() argument
33 mGenerator.seed(newSeed); in reseed()
Drandom_utils.h31 void reseed(unsigned int newSeed);
/third_party/flutter/skia/third_party/externals/angle2/util/
Drandom_utils.cpp31 void RNG::reseed(unsigned int newSeed) in reseed() argument
33 mGenerator.seed(newSeed); in reseed()
Drandom_utils.h31 void reseed(unsigned int newSeed);
/third_party/node/test/common/
Dtls.js148 const newSeed = Buffer.concat([Buffer.from(label, 'utf8'), seed]);
149 return P_hash(algo, secret, newSeed, size);
/third_party/vk-gl-cts/modules/glshared/
DglsLifetimeTests.cpp1155 const GLuint newSeed = m_rnd.getUint32(); in iterate() local
1184 attacher.initAttachment(newSeed, newId); in iterate()
1236 const GLuint newSeed = m_rnd.getUint32(); in iterate() local
1273 attacher.initAttachment(newSeed, newId); in iterate()