I am reading a cryptography paper titled "Dealing Cards in Poker Games" by P. Golle. In the section titled "key generation", the author says "choose $u \xleftarrow{\text{R}} \mathbb{Z}_n^{\ast}$".
I am assuming it implies that $u$ is randomly generated from the given set but I am unsure. Can someone help clarify?
Everytime I've encountered the notation $x\xleftarrow{R}X$ it's always meant: sample a random element of $X$ according to some specified probability distribution on $X$, usually the uniform distribution if $X$ is finite and no further mention of the distribution is made. Thus I would expect the sentence in this paper to mean "choose $u$ at random in the set $\Bbb{Z}_n^*$ according to the uniform distribution".