Notifications
Clear all

[Closed] Random numbers

How would it be possible to turn off a seed number?

Random will generate random numbers. When you use a seed number, you always generate random numbers based on a seed number. How to disable the seed number so that you can randomize numbers again without a seed number?

Thanks,
Davy

3 Replies

How about doing something like taking the system time as a seed?

Right, you mean a number that is never the same. I already tried seeding the seed but ha, always the same pattern

The system time is a good idea as long as it’s obsolutely not possible to turn off seed, probably not.

Thanks!

My guess is that if there is a random function without a seed it uses the system time internally