I have very little idea about random numbers and patterns, so I am not sure whether this is actually possible or not.
I want to generate random numbers, that will follow a fixed pattern (perhaps this itself breaks the definition of 'randomness'?). Say for example, a number whose every alternate digit will be even/odd, like 123456. For such a pattern, say of 30 digits, I want to generate random numbers. And when generated, I want to verify the number against the pattern (so here I will verify whether the random number generated has every alternate digit as odd/even, if so, then it succeeds the check)
Is there any way to develop a fairly complicated (and if I may, notoriously difficult to find out by anybody else) pattern and generate random numbers in that pattern?