Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJS-26152
in
6.5.2.
-
Sencha Premium User
Ext.Number.randomInt - incorrect documentation
Ext.Number.randomInt documentation is not correct.
The doc states that this method returns "A random integer within the specified range"
This method uses the Math.random method which returns pseudo-random numbers.
There's a huge difference between a random and pseudo-random number.
A computer is not able to generate random numbers and it's not even possible to prove that a sequence of numbers is random or not.
Be yourself; everyone else is already taken.
—Oscar Wilde
-
Thanks for the report! I have opened a bug in our bug tracker.