Android random number generator fixes (use deterministic rng on android).

This commit is contained in:
lotodore
2012-04-22 12:01:43 +00:00
parent e9b7eee156
commit 21c1aa392e
4 changed files with 89 additions and 36 deletions
-3
View File
@@ -25,9 +25,6 @@ public:
static void ShuffleArrayNonDeterministic(int *inout, unsigned count);
static void GetRand(int minValue, int maxValue, unsigned count, int *out);
static void GetRandUnique(int minValue, int maxValue, unsigned count, int *out);
//static void getRandNumber(int, int, int, int*, bool, int* = 0, int = 0);
};