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
cyrandom.choices([1,2,3,4,5], k = 2)
Traceback (most recent call last):
File "", line 1, in
File "cyrandom\cyrandom.pyx", line 104, in cyrandom.cyrandom.choices (cyrandom/cyrandom.c:2109)
IndexError: list assignment index out of range
The text was updated successfully, but these errors were encountered:
py3.6 win using latest cyrandom
The text was updated successfully, but these errors were encountered: