Lines Matching defs:rnd
492 std::vector<float> generateRandomPatchTessLevels (const int numPatches, const int constantOuterLevelIndex, const float constantOuterLevel, de::Random& rnd)
502 inner[j] = rnd.getFloat(1.0f, 62.0f);
504 outer[j] = j == constantOuterLevelIndex ? constantOuterLevel : rnd.getFloat(1.0f, 62.0f);
512 de::Random rnd(123);
513 return generateRandomPatchTessLevels(numPatches, constantOuterLevelIndex, constantOuterLevel, rnd);
1355 de::Random rnd(123);
1360 levels.inner[j] = rnd.getFloat(1.0f, 16.0f);
1362 levels.outer[j] = rnd.getFloat(1.0f, 16.0f);
1641 de::Random rnd (123);
1655 levels.outer[i] = rnd.getFloat(2.0f, 16.0f);
1657 levels.inner[1] = rnd.getFloat(2.0f, 16.0f);
1725 de::Random rnd (123);
1747 levels.outer[i] = rnd.getFloat(2.0f, 16.0f);
1751 levels.inner[1] = rnd.getFloat(2.0f, 16.0f);
1908 de::Random rnd(123);
1914 levels.inner[0] = rnd.getFloat(1.0f, 63.0f);
1915 levels.inner[1] = rnd.getFloat(1.0f, 63.0f);
1916 levels.outer[0] = rnd.getFloat(1.0f, 63.0f);
1917 levels.outer[1] = rnd.getFloat(1.0f, 63.0f);
1918 levels.outer[2] = rnd.getFloat(1.0f, 63.0f);
1919 levels.outer[3] = rnd.getFloat(1.0f, 63.0f);