Added spherical and circular rand implementations

This commit is contained in:
Christophe Riccio
2011-09-23 09:14:25 +01:00
parent 7df14e51dd
commit 5f52e6a82f
3 changed files with 41 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
#include <glm/gtx/epsilon.hpp>
#include <iostream>
int test_signedRand1()
int test_linearRand()
{
int Error = 0;
@@ -93,7 +93,7 @@ int main()
{
int Error = 0;
Error += test_signedRand1();
Error += test_linearRand();
Error += test_normalizedRand2();
Error += test_normalizedRand3();