Given an integer n and a list of integers l, write a function that randomly generates a number from 0 to n-1 that isn't in l (uniform)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Given an integer n and a list of integers l, write a function that randomly generates a number from 0 to n-1 that isn't in l (uniform)