What RNG Generator is used? #158
Answered
by
MichailiK
Real-Yeeted-Bean
asked this question in
Questions
Replies: 1 comment
|
GiveawayBot uses |
0 replies
Answer selected by
Real-Yeeted-Bean
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GiveawayBot uses
java.security.SecureRandom. The algorithm used depends on the software and hardware installed. SecureRandom will use whatever software or hardware component it deems best for random number generation.