Re: Sorting Clock Generator?
- From: David Eather <eather@xxxxxxxxxx>
- Date: Thu, 11 Aug 2011 07:19:29 +1000
On 11/08/2011 12:32 AM, mike wrote:
On Aug 9, 9:31 am, "Scott Fluhrer"<sfluh...@xxxxxxxxxxxxx> wrote:
[2] Given two independent, uniformly distributed random values A and B, both
integers between 0 and 255, then A<=B with probability 0.5 + 1/512.
--
poncho
I'm assuming any statistical problems would be lessened if the output
of the generators was broadened. So maybe instead of 0 to 1048576,
maybe the individual generators should output 0 to 4294967296.
More?
Lessened but not removed. An alternative to try would be to sum the two outputs, if the answer is odd use the output from PRNG-1 if it is even use the output from PRNG-2. but it would be much better to use a proper CSPRNG.
.
- References:
- Sorting Clock Generator?
- From: mike
- Re: Sorting Clock Generator?
- From: Scott Fluhrer
- Re: Sorting Clock Generator?
- From: mike
- Sorting Clock Generator?
- Prev by Date: Re: Sorry for the uninteresting (AES) question.
- Next by Date: Re: Sorting Clock Generator?
- Previous by thread: Re: Sorting Clock Generator?
- Next by thread: Re: Sorting Clock Generator?
- Index(es):