A simple random walk on the integers can be described as follows . At each time unit, a walker flips a fair coin and moves one step to the right or one step to the left depending on whether the coin comes up heads or tails. Let $S_n$ denote the position of the walker at time $n$. Suppose he starts at position 0. Then it can be shown through some involved computations that
$\lim_{n \rightarrow \infty} \mathbb{P} \{a \sqrt{2n} \leq S_{2n} \leq b \sqrt{2n} \} = \frac{1}{\sqrt{2 \pi}} \int_{a}^{b} e^{-x^2}dx$.
An alternative approach would be to use Polyas method, let $k$ be an integer
$\mathbb{P}\{S_{2n}=2k \}= \frac{1}{2 \pi}\int_{0}^{2 \pi}\cos(x)^{2n} e^{-2i xk} dx$
Then,
$\lim_{n \rightarrow \infty} \mathbb{P} \{a \sqrt{2n} \leq S_{2n} \leq b \sqrt{2n} \} = \lim_{n \rightarrow \infty} \sum_{a \sqrt{2n} \leq 2k \leq b \sqrt{2n} } \frac{1}{2 \pi}\int_{0}^{2 \pi}\cos(x)^{2n} e^{-2i xk}dx $
How could one calculate the limit of the RHS of the above equation and show it is equal $\frac{1}{\sqrt{2 \pi}} \int_{a}^{b} e^{-x^2}dx$.