Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 229 Bytes

File metadata and controls

3 lines (2 loc) · 229 Bytes

Idea behind the solution

Similar to the fair coin problem, we just need to use the function rand7() until we get something between 1 and 5 since we were told in advance that rand7() is already supposed to be unbiased.