RE: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread Mark Warrick
inal Message- From: Les Mizzell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 19, 2000 9:14 PM To: [EMAIL PROTECTED] Subject: RE: [CF-Talk] Random Images-Resources for Information? Well, in the process of trying to further understand the random image question, I've haven't been

RE: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread Les Mizzell
care? -Original Message- From: Mark Warrick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 2:26 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [CF-Talk] Random Images-Resources for Information? Les, Forget what you've heard about randrange not really being

Re: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread Jim McAtee
runs. Jim -Original Message- From: Les Mizzell [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Wednesday, September 20, 2000 3:35 AM Subject: RE: [CF-Talk] Random Images-Resources for Information? Thanks - will try this and see what happens. What nobody has told me yet thoug

RE: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread Mark Warrick
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 2:28 AM To: [EMAIL PROTECTED] Subject: RE: [CF-Talk] Random Images-Resources for Information? Thanks - will try this and see what happens. What nobody has told me yet though...is WHY *DOESN'T* "cfparam name="imageswa

RE: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread Mark Warrick
://www.fusioneers.com ICQ: 346566 -- -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 3:01 AM To: [EMAIL PROTECTED] Subject: Re: [CF-Talk] Random Images-Resources for Information

Re: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread JustinMacCarthy
Have I look at the Randomize function, for an a explanation. ~J - Original Message - From: "Mark Warrick" [EMAIL PROTECTED] Curious. What do you mean by seed? -- Archives:

Re: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread JustinMacCarthy
Have I look at the Randomize function, for an a explanation. Try calling cfset r = Randomize(TimeFormat(NOW(),"hms")) before calling RandRange ~Justin - Original Message - From: "Les Mizzell" [EMAIL PROTECTED] What nobody has told me yet though...is WHY *DOESN'T* "cfparam

RE: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread David E. Crawford
This is a multi-part message in MIME format. --=_NextPart_000_0182_01C02306.74F3E210 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit RE: [CF-Talk] Random Images-Resources for Information?Use the randomize() function to seed the rand number

RE: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread Dennis Powers
oo apathetic. But why should I care? -Original Message- From: Mark Warrick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 2:26 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [CF-Talk] Random Images-Resources for Information? Les, Forget what you've he

RE: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread Jennifer
At 12:14 AM 9/20/00 -0400, you wrote: Well, in the process of trying to further understand the random image question, I've haven't been able to find much information on random functions at all. "Mastering Cold Fusion 4" doesn't even mention it "Cold Fusion 4.0" Web Application Construction Kit

RE: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread Heath Lord
: Jennifer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 11:42 AM To: [EMAIL PROTECTED] Subject: RE: [CF-Talk] Random Images-Resources for Information? At 12:14 AM 9/20/00 -0400, you wrote: Well, in the process of trying to further understand the random image question, I've haven't been

RE: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread Chapman, Katrina
PROTECTED] Subject: RE: [CF-Talk] Random Images-Resources for Information? Les, There's no reason why it would not other than the law of averages itself. Perhaps the gods don't like all the numbers on your machine. Forget about it. You've got a

RE: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread Mark Warrick
, September 20, 2000 10:37 AM To: [EMAIL PROTECTED] Subject: RE: [CF-Talk] Random Images-Resources for Information? This wouldn't really be random. It would ensure that the same number doesn't come up two times in a row, but that's not random. According to m-w.com random (as an adjective, which

RE: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread Eric Dawson
, you know create some fun ones ... Eric From: Heath Lord [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Subject: RE: [CF-Talk] Random Images-Resources for Information? Date: Wed, 20 Sep 2000 11:47:39 -0400 That is part of the issue with

RE: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread Eric Dawson
PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [CF-Talk] Random Images-Resources for Information? Date: Wed, 20 Sep 2000 10:36:49 -0700 This wouldn't really be random. It would ensure that the same number doesn't come up two times in a row, but that's

RE: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread Jeremy Allen
AM To: [EMAIL PROTECTED] Subject: RE: [CF-Talk] Random Images-Resources for Information? Curious. What do you mean by seed? -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal

RE: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread Les Mizzell
Well, without getting into a semantics argument over the use of the word "random". The previous code I was using: cfparam name="imageswap" default="#randrange(1,7)#" ...if tested 50 times in a row was ONLY returning the first three images. I never saw 4,5,6 or 7 at all, either locally or

RE: [CF-Talk] Random Images-Resources for Information?

2000-09-20 Thread dougn
mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 4:24 AM To: [EMAIL PROTECTED] Subject: Re: [CF-Talk] Random Images-Resources for Information? Have I look at the Randomize function, for an a explanation. ~J - Original Message - From: "Mark Warrick" [EMAIL PROTEC

RE: [CF-Talk] Random Images-Resources for Information?

2000-09-19 Thread Les Mizzell
Well, in the process of trying to further understand the random image question, I've haven't been able to find much information on random functions at all. "Mastering Cold Fusion 4" doesn't even mention it "Cold Fusion 4.0" Web Application Construction Kit (Forta) mentions the tags, but doesn't