Let us consider a couple of points $x^{(i)}\in \mathbb{R}^m$ where $i=1,\dots,n$. Convex hull is defined as $$ C = \left\{\sum_{i=1}^{m} \alpha_i x^{(i)} \mathrel{\Bigg|} (\forall i: \alpha_i\ge 0)\wedge \sum_{i=1}^{m} \alpha_i=1 \right\} $$ My question is: how to sample uniformly from $C$?
My attempt: to construct a hyper-box covering $C$ and sample new and new points from the hull until $C$ is reached. If $C$ is no-zero measure, than this is just question of time.
I wonder if you know something smarter.