<DIV>Syntax</DIV>
<DIV>Random(min,max)</DIV>
<DIV>Description</DIV>
<DIV>Returns a Long value greater than or equal to min and less than or equal to max.</DIV>
<DIV>Comments</DIV>
<DIV>Both the min and max parameters are rounded to Long. A runtime error is generated if min is greater than max.</DIV>
<DIV>Example</DIV>
<DIV>'This example uses the random number generator to generate ten<BR>'lottery numbers.<BR>Const crlf = Chr$(13) + Chr$(10)<BR>Sub Main()<BR> Randomize      'Start with new random seed.<BR> For x = 1 To 10 <BR>  y = Random(0,100)  'Generate numbers.<BR>  message = message & y & crlf<BR> Next x<BR> MsgBox "Ten numbers for the lottery: " & crlf & message<BR>End Sub</DIV>
<DIV><BR>--<BR></DIV>
<DIV>Chunhui Chen</DIV>
<DIV>______________</DIV>
<DIV> </DIV>
<DIV>Beijing Normal University</DIV>
<DIV>&</DIV>
<DIV>University of California, Irvine</DIV><BR>在2007-11-04,"c.wahlheim (Jacoby Lab @ Wash U)" <c.wahlheim@gmail.com> 写道:<BR>
<BLOCKQUOTE id="isReplyContent" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><PRE>Hi,
I am fairly new to ePrime and brand new to this group.  I am trying to
program an experiment in which false feedback is given to incorrect
responses on a recognition memory test.  Specifically, I would like
the false feedback "correct" to only be displayed 85% of the time that
an incorrect response is produced (e.g., false alarm, miss).  I was
thinking that I could use a random number generator along with an "if"
command to do this.  Does anyone know how to write the inline code for
a random number generator?
Thanks,
Chris



</PRE></BLOCKQUOTE><br><!-- footer --><br><hr>
<a style="font-size:14px;line-height:15px; color:#000; text-decoration:none" href="http://event.mail.163.com/chanel/click.htm?from=NO_22&domain=126" target="_blank"><span style="text-decoration:underline; color:blue">快 抢 !网 易 邮 箱 积 分 100% 换 大 奖 ,过 时 不 候 !点 击 兑 换 >></span> </a<br>
--~--~---------~--~----~------------~-------~--~----~<br>
You received this message because you are subscribed to the Google Groups "E-Prime" group. <br> To post to this group, send email to e-prime@googlegroups.com <br> To unsubscribe from this group, send email to e-prime-unsubscribe@googlegroups.com <br> For more options, visit this group at http://groups.google.com/group/e-prime?hl=en <br> -~----------~----~----~----~------~----~------~--~---<br>
<br>