Posts Tagged ‘random numbers’

Visual Random Numbers

Posted: October 9, 2012 in Java
Tags: , ,

I was wondering if randomly generated numbers with java class Random are generated evenly or any numbers are thrown more often than another or what is going on there :D. So, I made a program that generates random numbers, from 0 to max number that you set, and makes graph from this numbers.

Here is the image of graph window (one square represents one number):Visual Random Numbers graph window

(more…)