I read this question:How to generate a random number between 1 and 10 with a six-sided die?
And read in the comments that "since 6 is not divisible by all the factors of 10", there is no method that requires only some fixed number of steps to give a random digit.
But it is not clear to me why it is so.
For example why shouldn't the method presented in the second answer (by MJD) always end in a fixed number of steps?
(I think that even if it really doesn't end in a finite number of steps for a 6 sided die, there should be some number that is not divisible by all the factors of 10 (e.g. 7) for which it ends in a finite number of rolls in all cases.)
Could you tell me how it follows from 6 not being divisible by all the factors of 10 that there is no random digit generating method with a dice that ends in a finite number of steps.