Message267825
On 2016-06-08 11:39, STINNER Victor wrote:
>
> STINNER Victor added the comment:
>
> no-urandom-by-default.diff uses a very weak source of entropy for random.Random :-( I'm fighting against weak sources of entropy since many years...
It is totally fine to init the MT of random.random() from a weak entropy
source. Just keep in mind that a Mersenne Twister is not a CPRNG. There
is simply no reason why you want to init a MT from a CPRNG. |
|
Date |
User |
Action |
Args |
2016-06-08 09:46:41 | christian.heimes | set | recipients:
+ christian.heimes, lemburg, rhettinger, doko, vstinner, larry, matejcik, ned.deily, alex, skrah, python-dev, martin.panter, ztane, dstufft, Lukasa, thomas-petazzoni, Colm Buckley, Theodore Tso |
2016-06-08 09:46:41 | christian.heimes | link | issue26839 messages |
2016-06-08 09:46:40 | christian.heimes | create | |
|