The random number generator for streamers and giveaways. (Download)
Licensed under the Apache license.
- Max: The highest number that can be generated
- No repeats: Already generated values will be removed from possibilities
(The possibilities will reset when out of numbers.) - Timer: Toggle automated generation by timer on/off
- Seconds: The timer interval length in seconds
- Amount: Amount of values that will be generated by the timer
Some help with JavaFX for people who want to add to, or make changes to the source code.
- Download and install SceneBuilder.
- Under Settings > Languages & Frameworks > JavaFX: Set path to SceneBuilder.
(For example to: "C:\Program Files\SceneBuilder\SceneBuilder.exe") - Download and extract JavaFX to your hard drive.
(For example to: "C:\Program Files\Java\javafx-sdk-16", but feel free to choose your own installation directory) - Under project structure > Libraries > Add (+): And specify the path where you installed JavaFX "C:\Program Files\Java\javafx-sdk-16\lib"
- In the project, under 'Edit Configurations...' add the following to VM options:
--module-path "C:\Program Files\Java\javafx-sdk-16\lib" --add-modules javafx.controls,javafx.fxml
For more documentation, visit jetbrains.com.