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
It would be great to call Fake.integer() and get a random integer between, lets say, 0 and 1000 by default. I should accept [min, max, float] as arguments. E.g. Fake.integer(10, 75) would return a float (with 2 decimal digits) number between 10 and 75.