Message175849
> PyUCS4 also should be 32-bit, therefore Python requires such type.
Hmm, okay. I wonder whether PY_UINT32_T should have been used there, to avoid doing the same checks in multiple places.
> What I really doubt is that now same integer seed on little-endian and
> big-endian give different random sequences. Is this important?
Yes, I think it's important that this code change doesn't change the random sequence if the seed is unchanged, on any platform (32 / 64-bit, big versus little endian). |
|
Date |
User |
Action |
Args |
2012-11-18 09:08:38 | mark.dickinson | set | recipients:
+ mark.dickinson, loewis, rhettinger, serhiy.storchaka |
2012-11-18 09:08:38 | mark.dickinson | set | messageid: <1353229718.12.0.252727126366.issue16496@psf.upfronthosting.co.za> |
2012-11-18 09:08:38 | mark.dickinson | link | issue16496 messages |
2012-11-18 09:08:38 | mark.dickinson | create | |
|