rCategorical: Random generation for Categorical distribution
Description
Generate random integer samples from a Categorical distribution. For a random variable x, the density function of categorical distribution is defined as
$$prod_{k in 1:K} p_k^{I(x=k)}$$
Where K is the number of unique values.