Re: random numbers generator in hardware

From: Scott Wilber (swilber@comscire.com)
Date: 03/07/03


From: swilber@comscire.com (Scott Wilber)
Date: 6 Mar 2003 17:03:38 -0800

Glenn Henry <glennh@centtech.com> wrote in message news:<3E66A327.2070408@centtech.com>...
> try this
>
> http://www.via.com.tw/en/viac3/c3.jsp
>
> a new x86 processor with a built-in multi-megabit/sec hardware RNG. the
> whole thing costs about $40. (bias warning, i'm the head of the
> company that developed this processor)

I went to your site and I couldn't find any description on just how
your RNG produces its bits or how they are processed. High-quality
true random number generators are very hard to achieve, especially at
a multi-megabit/sec rate!

How do you determine the actual entropy generation rate? Most designs
simply take a few bits of entropy and stretch them with some type of
deterministic process to produce a high rate of what they call "true"
random bits.

Scott Wilber
ComScire - Quantum World Corporation

>
> deal wrote:
>
> >Hello!
> >
> >I'm searching for a hardware implementations of random numbers generator.
> >Could you suggest some sites with descryption such problem?
> >
> >Thanks
> >
> >Piotrek
> >
> >
> >
> >



Relevant Pages

  • Re: True Random Number Generator
    ... True random number generators have ... What you need to do is to analyse the generators so as to be able to ... all of these utilities are freeware and there is ... Just click and download. ...
    (sci.crypt)
  • Re: Interesting
    ... As I don't have the bits around to count radioactive decay (which I believe to be about as good as it gets for RNG) I'll have to look at mathematical trickery. ... I also previously posted a link to the source for Dr Marsaglia's "KISS" generator which has a period of something like 2^123 and does well on his battery of tests. ... Two 16-bit multiply-with-carry generators, ... As for the comment on radioactive decay bits and mathematical trickery, I'll simply quote a short section from Dr Marsaglia's intro to the contents of his Diehard CD... ...
    (microsoft.public.vb.general.discussion)
  • Re: Random, Random Numbers
    ... never true random number generators. ... You can access the pseudo-random stream at different ... some FEX function or other) you found a true random number -once- to use as the seed. ... will have its clock slow or fast relative to some of the other systems, ...
    (comp.soft-sys.matlab)
  • Re: Random, Random Numbers
    ... If you need true random number generators ... a FEX contribution to do the work for you. ... does not have an underlying random process to draw from. ...
    (comp.soft-sys.matlab)
  • Re: Generate random number in SwiftForth & GForth
    ... As random number generators, these sequence generators have a number ... The birthday paradoxon says that the ... Any stateless RNG would exhibit the birthday paradox. ...
    (comp.lang.forth)