try this
it will randomize using current ticks from time;Code:DateTime dt=DateTime.Now; Random r1=new Random(dt.Ticks);
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 17
Thread: Random() - ShufflingThreaded View
|
Click Here to Expand Forum to Full Width |