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
Few Unique
Creates an array of only a handful distinct (duplicated) integers rather than ensuring every integer from 1-100 exists exactly once
Full Random
Creates an array full of truly random integers, i.e. the same integer can appear multiple times and other integers of the interval can be missing
Add additional fill modes:
Creates an array of only a handful distinct (duplicated) integers rather than ensuring every integer from 1-100 exists exactly once
Creates an array full of truly random integers, i.e. the same integer can appear multiple times and other integers of the interval can be missing