Reply To: nice random

Home Forums General Programming nice random Reply To: nice random

#82755
Possemo
Participant
    • Topics: 14
    • Replies: 638
    • Total: 652
    • ★★★

    There is a better randomseed:
    math.randomseed(Time.getMillisecondCounterHiRes())
    The other one does not work correctly when using 32-Bit Ctrlr.

    You aren’t using i anywhare in your loop. This will set the same parameter 21 times?

    Ctrlr