Diff for /loncom/html/adm/help/tex/Numerical_Response_Randomization.tex between versions 1.2 and 1.3

version 1.2, 2002/07/18 15:52:27 version 1.3, 2012/10/12 13:26:55
Line 11  the function list. Line 11  the function list.
   
 %  %
 \begin{figure}  \begin{figure}
 \begin{lyxcode}  
 \$a~=~\&random(1.0,10.0,1.0);  \$a~=~\&random(1.0,10.0,1.0);
   
 \$b~=~\&random(-10.0,~-3.0,~1.0);  \$b~=~\&random(-10.0,~-3.0,~1.0);
   
 \$answer~=~\$a+\$b;  \$answer~=~\$a+\$b;
 \end{lyxcode}  
   
 \caption{Sample \texttt{random} Calls \label{Sample Random Calls figure}}  \caption{Sample \texttt{Random} Calls \label{Sample Random Calls figure}}
 \end{figure}  \end{figure}
 If you put the script in ``Sample Random Calls'' into the  If you put the script in ``Sample Random Calls'' into the
 \textbf{Script} block (replacing whatever contents might be in the block  \textbf{Script} block (replacing whatever contents might be in the block

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>