File: random.html

package info (click to toggle)
agistudio 1.2.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,600 kB
  • ctags: 1,506
  • sloc: cpp: 16,676; makefile: 53
file content (15 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<HTML>
<HEAD>
<TITLE>random</TITLE></HEAD>
<BODY>
<h1>random</h1>
<B>Category</B><p>
<a href="math_commands.html">Mathematical commands</a><p>
<B>Syntax</B><p>
<p>
random(A,B,vC);<p>
<B>Description</B><p>
<p>
The value of vC is set to a random number between A and B. If A is greater than B, then the number chosen is in the 0-255 range.<p>
<B>See also</B><p>
</BODY></HTML>