Notation for random point on an area

50 Views Asked by At

Given that $S $ is a surface area.

What is a good notation to indicate that a variable (position) $x_0$ is set to a random point on $S$.


For now my solution is to simply write $x_0 \gets rnd(S)$, but this feels insufficient.