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
input of function getNRandomCountries needs validation. simply the input may be bigger than number of all countries.
also the method used to get random countries may take forever for large inputs. say we have 200 countries and count is 199.
The text was updated successfully, but these errors were encountered:
input of function
getNRandomCountries
needs validation. simply the input may be bigger than number of all countries.also the method used to get random countries may take forever for large inputs. say we have 200 countries and count is 199.
The text was updated successfully, but these errors were encountered: