We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2f7fd commit e2fdef2Copy full SHA for e2fdef2
public/about.html
@@ -289,7 +289,7 @@ <h2><a id="math">Functions for Math</a></h2>
289
rand(min = 0, max = 1.0): number;
290
291
// Generates a pseudo-random integer between min (inclusive) and max (inclusive)
292
-randi(min = 0, max = 100): number;
+randi(min = 0, max = 1): number;
293
294
// Returns `true` or `false` based on random chance (p)
295
// example: chance(0.25) ? '25% true' : '75% false'
0 commit comments