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
This has Random.pickFromList, which is a good and useful function when your list is of known length (though a bad name). But when it's not, you can still usefully sample from it (although it's O(n) to do so). Should we expose that functionality?
The text was updated successfully, but these errors were encountered:
This has
Random.pickFromList
, which is a good and useful function when your list is of known length (though a bad name). But when it's not, you can still usefully sample from it (although it'sO(n)
to do so). Should we expose that functionality?The text was updated successfully, but these errors were encountered: