Re: Random and Multithreading



in fact my number of thread is always the number of processors.
So of course the goal is to really "dispatch" the thread task to each processor.

the monothreading and multithreading code are exactly the same, only the number of threads differs...
.