Kushagra Pandey
Results
1
comments of
Kushagra Pandey
> Echoing what @cedricsimar said above, I used the following numba-compatible workaround (works with the `nb.jit(nopython=True)` decorator: > > ``` > def rand_choice_nb(arr, prob): > """ > :param arr: A...