Re: [sage-devel] Re: Documentation in set_random_seed() ??

2012-10-21 Thread David Kirkby
I did notice that, as I stated before. But the function is named 'random seed', which implies it is to seed an RNG, *not* that is in an RNG. I think this could leave people to conclude the sequence will be cryptographically sucure. So whilst I'm not disagreeing with what you say, and agree the do

Re: [sage-devel] Re: Documentation in set_random_seed() ??

2012-10-21 Thread David Kirkby
I did notice that, but what's the point of a random seed? I think this could leave people to conclude the sequence will be cryptographically sucure. So whilst I'm not disagreeing with what you say, and agree the documetation is correct in what it says, I believe there's a big chance for confusion.

[sage-devel] Re: Documentation in set_random_seed() ??

2012-10-21 Thread Dima Pasechnik
On 2012-10-21, David Kirkby wrote: > http://www.sagemath.org/doc/reference/sage/misc/randstate.html > > says: > > "If set_random_seed() is called with no arguments, then a new seed is > automatically selected. On operating systems that support it, the new > seed comes from os.urandom(); this is in