BatesDistribution
BatesDistribution[n] represents the distribution of a mean of n random variables uniformly distributed from 0 to 1.
BatesDistribution[n, {min, max}] represents the distribution of a mean of n random variables uniformly distributed from min to max.
Examples
Sample from a Bates distribution:
RandomVariate[BatesDistribution[10], 5]Please visit the official Wolfram Language Reference for more details.