Lines Matching full:rnd
223 de::Random rnd(m_seed);
261 const float red = rnd.getFloat();
262 const float green = rnd.getFloat();
263 const float blue = rnd.getFloat();
264 const float alpha = rnd.getFloat();
279 const GLint red = rnd.getUint32();
280 const GLint green = rnd.getUint32();
281 const GLint blue = rnd.getUint32();
282 const GLint alpha = rnd.getUint32();
293 const GLuint red = rnd.getUint32();
294 const GLuint green = rnd.getUint32();
295 const GLuint blue = rnd.getUint32();
296 const GLuint alpha = rnd.getUint32();