static void RandomExTest() { int v = RandomEx.RandomInt(1, 10); // 1 and 10 included bool b = RandomEx.RandomBool(); int d = RandomEx.RandomDice(); }