/*Header for the poisson function.*/

#pragma once

#define MAXRANGE 200

int poisson(double lambda);

