|
@@ -83,7 +83,7 @@
|
|
<h3>[method:Integer randInt]( [param:Integer low], [param:Integer high] )</h3>
|
|
<h3>[method:Integer randInt]( [param:Integer low], [param:Integer high] )</h3>
|
|
<p>Random integer in the interval [page:Float low] to [page:Float high].</p>
|
|
<p>Random integer in the interval [page:Float low] to [page:Float high].</p>
|
|
|
|
|
|
- <h3>[method:Float prng]( [param:Integer seed] )</h3>
|
|
|
|
|
|
+ <h3>[method:Float seededRandom]( [param:Integer seed] )</h3>
|
|
<p>Deterministic pseudo-random float in the interval [ 0, 1 ]. The integer [page:Integer seed] is optional.</p>
|
|
<p>Deterministic pseudo-random float in the interval [ 0, 1 ]. The integer [page:Integer seed] is optional.</p>
|
|
|
|
|
|
<h3>[method:Float smoothstep]( [param:Float x], [param:Float min], [param:Float max] )</h3>
|
|
<h3>[method:Float smoothstep]( [param:Float x], [param:Float min], [param:Float max] )</h3>
|