summaryrefslogtreecommitdiff
path: root/Random.cpp
blob: e98f5efb37de2f6ec7ced7638083e51ac74403c7 (plain)
1
2
3
4
5
6
7
8
#include "Random.h"

Rand g_rand1(1);
Rand g_rand2(2);
Rand g_rand3(3);
Rand g_rand4(4);

//-----------------------------------------------------------------------------