#ifndef POISSON_RANDOM_H
#define POISSON_RANDOM_H

void PoissonRandom(int durationNum, int poiNum, int totalNum);

#endif