-In Figure~\ref{fig:time_xorlike_gpu} we compare the number of random numbers
-generated per second with the xor-like based PRNG. In this figure, the optimized
-version use the {\it xor64} described in~\cite{Marsaglia2003}. The naive version
-use the three xor-like PRNGs described in Listing~\ref{algo:seqCIprng}. In
-order to obtain the optimal performance we removed the storage of random numbers
-in the GPU memory. This step is time consuming and slows down the random numbers
-generation. Moreover, if one is interested by applications that consume random
-numbers directly when they are generated, their storage are completely
-useless. In this figure we can see that when the number of threads is greater
-than approximately 30,000 upto 5 millions the number of random numbers generated
-per second is almost constant. With the naive version, it is between 2.5 and
-3GSample/s. With the optimized version, it is approximately equals to
-20GSample/s. Finally we can remark that both GPU cards are quite similar. In
-practice, the Tesla C1060 has more memory than the GTX 280 and this memory
+In Figure~\ref{fig:time_xorlike_gpu} we compare the quantity of pseudorandom numbers
+generated per second with various xor-like based PRNG. In this figure, the optimized
+versions use the {\it xor64} described in~\cite{Marsaglia2003}, whereas the naive versions
+embed the three xor-like PRNGs described in Listing~\ref{algo:seqCIPRNG}. In
+order to obtain the optimal performances, the storage of pseudorandom numbers
+into the GPU memory has been removed. This step is time consuming and slows down the numbers
+generation. Moreover this storage is completely
+useless, in case of applications that consume the pseudorandom
+numbers directly after generation. We can see that when the number of threads is greater
+than approximately 30,000 and lower than 5 millions, the number of pseudorandom numbers generated
+per second is almost constant. With the naive version, this value ranges from 2.5 to
+3GSamples/s. With the optimized version, it is approximately equal to
+20GSamples/s. Finally we can remark that both GPU cards are quite similar, but in
+practice, the Tesla C1060 has more memory than the GTX 280, and this memory