Well hello there, could anyone please tell me if there is a random number generator for Poisson distributed random variables implemented in QuantLib?If yes, where do I find the code for this?I'm trying to simulate a Jump-Diffusion process and need the number of jumps between steps in time ( i.e. for each time interval [t_(i-1);t_i[.Is there a way to do this in QuantLib directly or do I need to use the boost library? Thanks in advance!
p.s. Or would you recommend using the actual jump arrival times by generating exponentially distributed numbers instead?