I’m doing
Random.new():NextInteger(1, 9223372036854775807)
Output is sometimes; -9221038394759607000
Or somewhere around that - why is that happening?
I’m doing
Random.new():NextInteger(1, 9223372036854775807)
Output is sometimes; -9221038394759607000
Or somewhere around that - why is that happening?
That is quite literally the 64-bit integer limit. It’s going to be a very buggy number.
I fixed it by setting the seed to tick().