Message236263
> The (unsigned long) declaration should probably be replaced with (uint32_t)
Would it be possible to benchmark this change, to ensure that it doesn't kill performances?
A quick micro-benchmark using timeit should be enough ;)
I agree with the change, I already noticed the unused bits long time ago, when I took at look at the Mersenne Twister implementation. |
|
| Date |
User |
Action |
Args |
| 2015-02-20 10:33:31 | vstinner | set | recipients:
+ vstinner, rhettinger, serhiy.storchaka |
| 2015-02-20 10:33:31 | vstinner | set | messageid: <[email protected]> |
| 2015-02-20 10:33:31 | vstinner | link | issue23488 messages |
| 2015-02-20 10:33:31 | vstinner | create | |
|