SciSharp/NumSharp

np.random.choice with replace: false produces duplicates

GThibeault opened this issue · 0 comments

e.g. np.random.choice(71, new Shape(40), replace: false) is producing duplicates.

I've tried setting the seed to provide a reproducible example, but that doesn't seem to work either.