Updated random tests

This commit is contained in:
Christophe Riccio
2011-06-01 10:45:24 +01:00
parent 74e22c481e
commit b049cae5f2
4 changed files with 68 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ namespace random
template <>
GLM_FUNC_QUALIFIER float signedRand1()
{
#if(GLM_COMPILER & GLM_COMPILER_VC)
#if(GLM_COMPILER & GLM_COMPILER_VC)// && (GLM_COMPILER < GLM_COMPILER_VC2010)
#define RAND_SHIFT_NUM 5
#else
#define RAND_SHIFT_NUM 0