> -----Original Message-----
> From: Sid Weaver [SMTP:
.....NEWZEDKILLspam
@spam@AOL.COM]
> Sent: Monday, August 12, 2002 4:24 PM
> To:
PICLIST
KILLspamMITVMA.MIT.EDU
> Subject: Re: Random sequence
>
> In a message dated 08/12/2002 11:19:23 Eastern Daylight Time,
>
.....ilinuxKILLspam
.....DKGOMEZ.COM writes:
>
>
> > Is there a way to a random sequence from either external input, or from
> > the programming itself. I¹m doing led dies, and the method used just
> > flashes through the sequence, until the user stops pushing the button.
> I¹d
> > rather just have them push it once, no long period to hold, to start
> > sequence, and then have it use a random source to determine the number
> > instead.
> >
> > Dave Gomez
> >
>
> Hello, Dave
>
> Just write
>
> start
> random x
> do your flashing thing
> goto start
>
> if you make x a byte you get random numbers from1 to 1024.
>
> Sid
> Well, I don't know what HLL you are using, or how you manage to fit 1024 in