From: glen herrmannsfeldt on
In comp.lang.fortran Sjouke Burry <burrynulnulfour(a)ppllaanneett.nnll> wrote:
(snip)

> Just take any bad quality resistor, zenerdiode, or a number
> of other electronic components, amplify the noise, and use it
> with a bit of hardware to produce an endless stream of random numbers.
> No computers needed.

Well, you need at least some digital logic to convert it
into a number. There is a paper by intel on their design for
a random number generator based on such noise sources.

-- glen
From: Richard Maine on
Gary L. Scott <garylscott(a)sbcglobal.net> wrote:

> Excellent time to trim nonessential newsgroups

That would be all of them in this case. :-)

--
Richard Maine | Good judgment comes from experience;
email: last name at domain . net | experience comes from bad judgment.
domain: summertriangle | -- Mark Twain
From: Shmuel Metz on
In <4bd19a2b$0$895$c30e37c6(a)exi-reader.telstra.net>, on 04/23/2010
at 05:29 PM, "robin" <robin51(a)dodo.com.au> said:

>No it isn't.

When you deny that important numerical algorithms were developed in a
particular language, how is the dispute not about the development of
algorithms?

>But if you want original development, try

>But if you want original development, try

You still are doging the point in dispute. Nobody claimed that everything
was developed in Algol, that most algorithms were developed in Algol or
that Algol was the first language to be used to develop algorithms. You're
attempts to change the subject remind me more and more of your friend
David Frank.

--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>

Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to spamtrap(a)library.lspace.org

From: Warren on
glen herrmannsfeldt expounded in news:hqte3r$et0$5(a)naig.caltech.edu:

> In comp.lang.fortran Sjouke Burry <burrynulnulfour(a)ppllaanneett.nnll>
> wrote: (snip)
>
>> Just take any bad quality resistor, zenerdiode, or a number
>> of other electronic components, amplify the noise, and use it
>> with a bit of hardware to produce an endless stream of random
>> numbers. No computers needed.
>
> Well, you need at least some digital logic to convert it
> into a number. There is a paper by intel on their design for
> a random number generator based on such noise sources.
>
> -- glen

Sampling speed is another critical factor. If sampling
exceeds the bit flip rate, then it becomes less "random" ;-)

Warren
From: robin on
"Shmuel (Seymour J.) Metz" <spamtrap(a)library.lspace.org.invalid> wrote in message
news:4bc6e4c8$3$fuzhry+tra$mr2ice(a)news.patriot.net...
| In <4bc5a414$0$78577$c30e37c6(a)exi-reader.telstra.net>, on 04/14/2010
| at 07:32 PM, "robin" <robin51(a)dodo.com.au> said:
|
| >I already pointed out that important algorithms were first written in
| >machine code in the 1950s
|
| I know what you claimed; you have neither substantiated it nor shown its
| relevance to the points in dispute.

Here's another example.
Don Shell published his algorithm in machine code.
(A High-Speed Sorting Procedure, CACM, July 1959, p. 30-32.)