+ 4
How to create pure random function giving random no every time for every no without repeating frequently?
2 odpowiedzi
+ 6
well, you can use a seed for a random number.
most people use time library, and use miliseconds , so it will be random based on the exact time you will try it (but its almost impossible to match the exact miliseconds, so its kinda ok)
+ 4
thanks😃