1 #ifndef BLANK_TEST_RAND_STABILITYTEST_HPP
2 #define BLANK_TEST_RAND_STABILITYTEST_HPP
4 #include "graphics/glm.hpp"
6 #include <cppunit/extensions/HelperMacros.h>
18 : public CppUnit::TestFixture {
20 CPPUNIT_TEST_SUITE(StabilityTest);
22 CPPUNIT_TEST(testRNG);
23 CPPUNIT_TEST(testSimplex);
24 CPPUNIT_TEST(testWorley);
26 CPPUNIT_TEST_SUITE_END();
37 const SimplexNoise &noise,
38 const glm::vec3 &position,
42 const WorleyNoise &noise,
43 const glm::vec3 &position,