You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignoring random(), which is named to be consistent with Math.random(), the other operations are numberBetween(), intBetween(), and boolean().
Do we need the "Between" parts? They're already conditioned on the Random namespace; I think having all of them more consistent with boolean() would be fine: Random.number(a, b), Random.integer(a, b), and Random.boolean()
The text was updated successfully, but these errors were encountered:
Ignoring
random()
, which is named to be consistent withMath.random()
, the other operations arenumberBetween()
,intBetween()
, andboolean()
.Do we need the "Between" parts? They're already conditioned on the
Random
namespace; I think having all of them more consistent withboolean()
would be fine:Random.number(a, b)
,Random.integer(a, b)
, andRandom.boolean()
The text was updated successfully, but these errors were encountered: