Searched refs:RandomDouble (Results 1 – 13 of 13) sorted by relevance
42 virtual double RandomDouble() = 0;
40 double RandomDouble() override;
46 double PseudoRandomGenerator::RandomDouble() { in RandomDouble() function in spvtools::fuzz::PseudoRandomGenerator
186 return random_generator->RandomDouble() < chance; in __anon792b06510202()
175 return random_generator->RandomDouble() < chance; in __anonc55fc2c40202()
175 return random_generator->RandomDouble() < chance; in __anon6db00ffe0202()
75 static GLdouble RandomDouble(GLdouble min, GLdouble max);247 GLdouble Base::RandomDouble(GLdouble min, GLdouble max) in RandomDouble() function in VertexAttrib64Bit::Base629 m_array[i] = RandomDouble(min, max); in vertexAttribute()