We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c5d89 commit 9701d68Copy full SHA for 9701d68
1 file changed
src/math/FloatBetween.js
@@ -5,15 +5,15 @@
5
*/
6
7
/**
8
- * Generate a random floating point number between the given maximum and minimum bounds with the minimum bound inclusive, maximum bound exclusive.
+ * [description]
9
*
10
* @function Phaser.Math.FloatBetween
11
* @since 3.0.0
12
13
- * @param {float} min - The minimum bound of the generated float (inclusive).
14
- * @param {float} max - The maximum bound of the generated float (exclusive).
+ * @param {float} min - [description]
+ * @param {float} max - [description]
15
16
- * @return {float} The randomly generated float.
+ * @return {float} [description]
17
18
var FloatBetween = function (min, max)
19
{
0 commit comments