Update miscellaneous.html

This commit is contained in:
randomKeyss 2021-05-25 18:32:27 -05:00 committed by GitHub
parent 643db085bd
commit 22d9606229
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@
<h3>random()</h3>
<p>The function random will return a random number within a range. The function takes in two parameters. The first number in the range, and the final number in the range.</p>
<pre><code>var x = random(1,100)
//sets variable 'random' to a random number between 1 and 100</code></pre>
//sets variable 'x' to a random number between 1 and 100</code></pre>
<h4>See Further:</h4>
<ol class="more">
<li>Rain Catcher Part 3</li>