Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Random/seed

From: ryanc:iesco-dms at: 17-Apr-2001 15:47

I get this set of numbers on my Windows and Linux boxes using PII's. I expect it might be different on non Intel machines.
>> random/seed 1 loop 20 [ print random 100 ]
95 52 80 96 67 32 53 12 4 15 71 32 67 30 57 86 35 20 66 41 Robert Lancaster wrote:
> Hello All... > > random/seed 1 while [ 1 ] [ print random 100 ] ; on a Win > 98 box.... > > Always produces an identical list of random numbers everytime it's run. > > Can this be relied on to produce the same identical list of random numbers, > each time it is run on varying platforms? > > I have to ask because I only have access to one type of platform. > > Thanks.. > > p.s Glad to see I can open a UDP listen port under 2.5 now....I had great > trouble with it before... Don't ask me why.. I just did! > > Rob Lancaster > Email: [Rob--Lancaster--opennw--com] > > -- > To unsubscribe from this list, please send an email to > [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Ryan Cole Programmer Analyst www.iesco-dms.com 707-468-5400 I am enough of an artist to draw freely upon my imagination. Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world. -Einstein