This repository contains two Java console applications: a Modern Periodic Table and a Random Number Generator. Both applications demonstrate different aspects of Java programming and provide ...
The Java "Random" class lets you generate a random number for your Java apps. You use this number generator to randomize images shown in your apps. You load the images into an array, randomly generate ...
The circle name generator combines characters that you want to keep in circle names with random character strings to generate circle names. When you enter your favorite word etc. in "letter you want ...
Even though rand() may be a good enough random number generator for making a video game, the patterns of random bits it spits out may not be sufficient for applications requiring truly random data.