Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h3ar7b3a7/rngesus
The random number generator for streamers and giveaways.
https://github.com/h3ar7b3a7/rngesus
exe jar javafx random-number-generators rng
Last synced: 18 days ago
JSON representation
The random number generator for streamers and giveaways.
- Host: GitHub
- URL: https://github.com/h3ar7b3a7/rngesus
- Owner: H3AR7B3A7
- License: apache-2.0
- Created: 2020-12-21T23:47:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T17:59:15.000Z (about 4 years ago)
- Last Synced: 2025-01-15T04:30:41.701Z (29 days ago)
- Topics: exe, jar, javafx, random-number-generators, rng
- Language: Java
- Homepage:
- Size: 177 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RNGesus
The random number generator for streamers and giveaways. ([Download](https://github.com/H3AR7B3A7/RNGesus/releases/download/v1.5/RNGesus.exe))
Licensed under the [Apache license](LICENSE).## RNGesus options
- **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---
## JavaFX
Some help with JavaFX for people who want to add to, or make changes to the source code.### Installation (IntelliJ)
- [Download](https://gluonhq.com/products/scene-builder/) and install SceneBuilder.
- Under Settings > Languages & Frameworks > JavaFX: Set path to SceneBuilder.
(For example to: "C:\Program Files\SceneBuilder\SceneBuilder.exe")
- [Download](https://gluonhq.com/products/javafx/) 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.fxmlFor more documentation, visit [jetbrains.com](https://www.jetbrains.com/help/idea/javafx.html).