Package randomNumbers

Class Summary
RandomDist Demonstrates the difference in Random number distrobution using
Math.random() * n, Random.nextInt() % n and Random.nextInt(int n)