U 
		
								
				
				
			
		user
Hello
i call it in almost same time (from two different threads):
Random rand = new Random();
id=rand.Next(65535);
and i often receive the same results.
Is it possible ? How windows count this random ?
Thanx
				
			i call it in almost same time (from two different threads):
Random rand = new Random();
id=rand.Next(65535);
and i often receive the same results.
Is it possible ? How windows count this random ?
Thanx