$p(x) = e^{-x\beta}(1-e^{-\beta})$
Where $x$ is integer takinng values as $x = \{0, 1, 2, ...\}$ and $\beta > 0 $ is a real constant.
Is this a Poissonian distribution? and how could I approximate it in order to sample continuous random variables.
I have tried to google distributions similar to this but I haven't found anything similar so I'm confused on how to proceed.
Thank you.