Message147569
> How would this work for other random number generators that don't
> supply genrand_int32()?
genrand_int32 is an internal function, only available in C for the Mersenne Twister generator.
random.SystemRandom() should provide getrandbytes as well, it would just call os.urandom(); I don't know other generators. |
|
| Date |
User |
Action |
Args |
| 2011-11-13 19:15:39 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, rhettinger, pitrou, nadeem.vawda |
| 2011-11-13 19:15:39 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2011-11-13 19:15:38 | amaury.forgeotdarc | link | issue13396 messages |
| 2011-11-13 19:15:38 | amaury.forgeotdarc | create | |
|