Message267915
| Author | dstufft |
|---|---|
| Recipients | christian.heimes, dstufft, vstinner |
| Date | 2016-06-08.22:23:44 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1465424624.53.0.783764556338.issue27272@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
One of the key take aways though is that MT doesn't really *need* to be initialized with a CSPRNG, all it needs it some moderately random data. So we can eliminate the case all together by just not using it. Though a sticking point is that it's documented to seed itself from os.urandom if seed(None) is called. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-06-08 22:23:44 | dstufft | set | recipients: + dstufft, vstinner, christian.heimes |
| 2016-06-08 22:23:44 | dstufft | set | messageid: <1465424624.53.0.783764556338.issue27272@psf.upfronthosting.co.za> |
| 2016-06-08 22:23:44 | dstufft | link | issue27272 messages |
| 2016-06-08 22:23:44 | dstufft | create | |