1 #ifndef BLANK_TEST_RAND_STABILITYTEST_HPP
2 #define BLANK_TEST_RAND_STABILITYTEST_HPP
5 #include <cppunit/extensions/HelperMacros.h>
16 : public CppUnit::TestFixture {
18 CPPUNIT_TEST_SUITE(StabilityTest);
20 CPPUNIT_TEST(testRNG);
21 CPPUNIT_TEST(testSimplex);
23 CPPUNIT_TEST_SUITE_END();
33 const SimplexNoise &noise,
34 const glm::vec3 &position,