Suppose I sample $n$ (some number) numbers from a Normal distribution with zero mean and standard deviation $\sigma$. That is, from $\mathcal{N}(0,\sigma)$. We will call this list of numbers $L$. We will take $L(i)$ to mean the $i$th element of $L$.
I now want to create a function using these numbers. It will be a very simple function. It will be piecewise-constant, with each constant segment having the same length and the constant value corresponding to the values in $L$. A picture of this function for $n=30$ is given underneath,
If I now sampled this function finely (say 10 samples per constant segment), and I made a histogram of the sampled values, I believe that the histogram will reproduce a $\mathcal{N}(0,\sigma)$ distribution.
Now, we consider another function, where the elements of $L$ are instead the vertices of a piecewise-linear function. For $n = 30$, this function looks like 
That is, there is a linear interpolation between each of the vertices, which are the elements of $L$. If now now sampled this function finely, and I make a histogram of the sampled values, would the histogram also be like $\mathcal{N}(0,\sigma)$? Would it be for large $n$?
