home *** CD-ROM | disk | FTP | other *** search
- <!--- This example shows the use of Rand() --->
-
- <HTML>
-
- <HEAD>
- <TITLE>
- Rand Example
- </TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <H3>Rand Example</H3>
-
- <P>Rand() returns a random number in the range 0 to 1.
-
- <P>Rand() returned: <CFOUTPUT>#Rand()#</CFOUTPUT>
-
- <P><a href="rand.cfm">Try again</A>
-
- </BODY>
-
- </HTML>
-