I have a question regarding generating a time-domain noise from the power spectral density (PSD), this was addressed in this question (How to generate time-series from a given one-sided PSD?) but I have an additional inquiry.
I am reading from the book RF Analog Impairments Modeling for Communication Systems Simulation: Application to OFDM-based Transceivers, which basically addresses generating a time-domain noise for modeling purposes, which states that
$$n(t)=\Re\left[\operatorname*{IFT}\left\{\sqrt{\frac{\operatorname*{PSD}(F)}{2}}e^{j\phi(t)}\right\}\right],$$ where IFT is inverse Fourier transform. This equation is consistent with the previous answer to the question above.
How do we do that generation?
Though it is mentioned in many textbooks that PSD alone is not enough to characterize noise and the probability density function (PDF) is a must to complement the information of the PSD, n other words, same PSD can represent many distributions like Gaussian or Poisson.
In my application for example I'd like to generate white shot noise which is Poisson distribution, where is the PDF information in the process of generating the noise in the time-domain.