BinomialPointProcess
BinomialPointProcess[n, reg] represents a binomial point process with n points in the region reg.
Examples
Create a binomial point process:
BinomialPointProcess[10, Rectangle[]]Sample from the process:
RandomPointConfiguration[BinomialPointProcess[20, Disk[]]]Please visit the official Wolfram Language Reference for more details.