Good morning! Here's your coding interview problem for today. This question was asked by Google. 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).
Good morning! Here's your coding interview problem for today.
This question was asked by Google.
Given an integer
nand a list of integersl, write a function that randomly generates a number from0ton-1that isn't inl(uniform).