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

version 1.3, 2012/10/12 13:26:55 version 1.4, 2013/09/02 21:28:55
Line 11  the function list. Line 11  the function list.
   
 %  %
 \begin{figure}  \begin{figure}
 \$a~=~\&random(1.0,10.0,1.0);  \begin{verbatim}
   $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{verbatim}
   
 \caption{Sample \texttt{Random} Calls \label{Sample Random Calls figure}}  \caption{Sample \texttt{Random} Calls \label{Sample Random Calls figure}}
 \end{figure}  \end{figure}

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


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