in reply to Re^6: using bits to print part of a string (Bitops win by an order of magnitude)
in thread using bits to print part of a string
You don't have one mask for all tests.
Sorry, but you are mistaken. The srand $S ensures that the same mask is built for each run.
You can change it using sommand line arg -S=nn, but so long as you use the same value for each run (1 by default) then the same mask will be generated for each test.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: using bits to print part of a string (Bitops win by an order of magnitude)
by McA (Priest) on Mar 17, 2013 at 16:18 UTC |