|
@@ -83,6 +83,9 @@
|
|
<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 seededRandom]( [param:Integer seed] )</h3>
|
|
|
|
+ <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>
|
|
<p>
|
|
<p>
|
|
[page:Float x] - The value to evaluate based on its position between min and max. <br />
|
|
[page:Float x] - The value to evaluate based on its position between min and max. <br />
|