What RNG Generator is used? #158
Answered
by
MichailiK
Real-Yeeted-Bean
asked this question in
Questions
-
Is it Uniform or Gaussian? |
Beta Was this translation helpful? Give feedback.
Answered by
MichailiK
May 31, 2022
Replies: 1 comment
-
GiveawayBot uses |
Beta Was this translation helpful? Give feedback.
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.