| 1 | /// Taken from SMHasher. | 
|---|---|
| 2 | #include "Random.h" | 
| 3 | #include <port/clock.h> | 
| 4 | |
| 5 | Rand g_rand1(1); | 
| 6 | Rand g_rand2(2); | 
| 7 | Rand g_rand3(3); | 
| 8 | Rand g_rand4(4); | 
| 9 | |
| 10 | //----------------------------------------------------------------------------- | 
| 11 | 
| 1 | /// Taken from SMHasher. | 
|---|---|
| 2 | #include "Random.h" | 
| 3 | #include <port/clock.h> | 
| 4 | |
| 5 | Rand g_rand1(1); | 
| 6 | Rand g_rand2(2); | 
| 7 | Rand g_rand3(3); | 
| 8 | Rand g_rand4(4); | 
| 9 | |
| 10 | //----------------------------------------------------------------------------- | 
| 11 |