Using the sequence of digits of a normal number, create a random-like walk: starting with the first term, if a term is odd then move up one unit; if it is even then move down one unit.
Will the walk necessarily return to the origin?
Example
Consider the sequence of digits of the Copeland-Erdos constant, which is formed by concatenating the sequence of prime numbers in base $10$:
$2,3,5,7,\color{red}{1},\color{red}{1},\color{blue}{1},\color{blue}{3},\color{orange}{1},\color{orange}{7},\color{brown}{1},\color{brown}{9},\color{green}{2},\color{green}{3},\dots$ (A033308)
Here is the graph of position against step number, for the first $2000$ steps.
(Actually, we know that the walk returns to the origin, because it does so on the second step; so just consider the walk to begin after the first two steps. The approximately horizontal section corresponds to the prime numbers from $2003$ to $2999$. Numerical data for this example can be found at this question, which my question seeks to generalize.)
If the terms in the sequence behave like random numbers, then the answer would be yes. But the sequence is not random; they can be predicted. I don't know what this implies about the whether the walk will return to the origin.