[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: random doesn't feel very random
From: |
Jason Rumney |
Subject: |
Re: random doesn't feel very random |
Date: |
Sun, 02 Sep 2012 20:27:24 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
Achim Gratz <address@hidden> writes:
>> One thing that wasn't discussed was how to set the
>> seed, for people who want to do debugging and who want
>> repeatable random sequences.
>
> I don't think it's a good idea to be able to change the global PRNG
> state in general.
For some uses of pseudo-random numbers, repeatability is desirable.
Not every problem that requires randomness involves security.