LOOHP / LotterySix

Lottery game in Minecraft inspired by the game 'Mark Six 六合彩' of the HKJC
https://www.spigotmc.org/resources/107573/
GNU General Public License v3.0
2 stars 1 forks source link

[Feature Request] Random.org random number generation #3

Closed untuned closed 1 year ago

untuned commented 1 year ago

Random.org provides an API that allows you to generate 100% random numbers. From the site:

The randomness comes from atmospheric noise, which for many purposes is better than the pseudo-random number algorithms typically used in computer programs.

API site: https://api.random.org/

LOOHP commented 1 year ago

Making an internet connection to generate random numbers seems to be a bit overkill. And it looks like for the purpose of LotterySix a license is not free for the Random.org api. LotterySix already uses a cryptographically secure random number generated for draw results.