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
so i get iterator to iterable transition (kind of)
but I often just called Generator.next() to get 1 random thing and now i have to call iterator() before...is there a simple way to just get 1 random thing that i'm not seeing?
The text was updated successfully, but these errors were encountered:
so i get iterator to iterable transition (kind of)
but I often just called Generator.next() to get 1 random thing and now i have to call iterator() before...is there a simple way to just get 1 random thing that i'm not seeing?
The text was updated successfully, but these errors were encountered: