Solved Better random numbers

Discussion in 'Plugin Development' started by phil14052, Mar 30, 2016.

Thread Status:
Not open for further replies.
  1. As alot of you maybe would know. Java's random() method is not totally random. I was thinking of using random.org's random generator, but I don't know how. Is there anybody who knows of a lib or just how to do it?

    I have tried looking on google with multiple trys but no luck.

    -Phil
     
  2. @phil14052 Java's random is obviously not completely random, but I'm sure it is more than enough for what you need. Why exactly do you need to get something that is completely random?
     
    mine-care likes this.
  3. Offline

    Zombie_Striker

    @phil14052
    Why do you need it to be "totally random"? Random should be fine for whatever you need.
     
  4. Offline

    mine-care

    WolfMage1 and bwfcwalshy like this.
  5. Offline

    mcdorli

    Why the hell do you need more random numbers than the Random#nextThing() can give you?
     
  6. I thank you all for the questions, but I have found a way to do this.
    The reasons why i wanted this was because some people complained about the random system not being random.
     
  7. Offline

    mcdorli

    They didn't complained, they explained why it isn't random completely. The numbers will repeat themself after a long time, but nobody lives long enough, to experience this
     
Thread Status:
Not open for further replies.

Share This Page