Inspiration

To create a program that allows the user to generate random numbers, and ensue the feeling of spontaneity.

What it does

Generates random numbers for the user where the user is able to set the upper limit of the range of integers that can be produced. Then, the use presses on the Random Integer Generator button that will generate the integer in the space bellow that matches to the constraint emplaced by the user.

How we built it

We used IntelliJ as the IDE for developing the project, JavaFx to create the GUI, CSS for the styling of the GUI, and using the Linear congruential generator method that I came by during my research. For the values used to make it as random as it could be, I chose a set of values from the table provided by Wikipedia and used the current time in milliseconds as my value for X.

What we learned

How to make a simple pseudo random number generator without importing a random library.

Built With

Share this project:

Updates