Values right now are using Random.secure() which is probably good enough, but tapping into "true randomness" might be a fun addition
Rather than passing a max value to Random.secure().nextInt(), the random API can take a min and max value
RANDOM.org API with a list of contributed libraries