|
Re: Patterned returns with Math.random()
Usually random() functions can accept seeds (C#, C++ support this, I assume Java does this too), different seeds give different random lists. If you seed the function with Time, you will get a truly random list.
|