Home | History | Annotate | Download | only in functional

Lines Matching full:rnd

747 		de::Random rnd(0xabcdef);
776 GLfloat n = rnd.getFloat(0, 1);
777 GLfloat f = rnd.getFloat(0, 1);
800 de::Random rnd(0xabcdef);
812 const GLfloat reference = rnd.getFloat(range[0], range[1]);
834 de::Random rnd(0xabcdef);
856 const GLfloat reference = rnd.getFloat(-64000, 64000);
879 de::Random rnd(0xabcdef);
901 const GLfloat reference = rnd.getFloat(-64000, 64000);
924 de::Random rnd(0xabcdef);
959 GLfloat reference = rnd.getFloat(0, 1);
960 GLboolean invert = rnd.getBool() ? GL_TRUE : GL_FALSE;
983 rnd(0xabcdef);
1012 const GLfloat r = rnd.getFloat(0, 1);
1013 const GLfloat g = rnd.getFloat(0, 1);
1014 const GLfloat b = rnd.getFloat(0, 1);
1015 const GLfloat a = rnd.getFloat(0, 1);
1040 de::Random rnd(0xabcdef);
1047 const GLfloat ref = rnd.getFloat(0, 1);