Build without /usr/local/snark14
[snark14.git] / include / DIGRand / DIGPoisson.h
1 #ifndef POISSON_H
2 #define POISSON_H
3
4 //#include <DIGRand.h>
5 #include <DIGRand/DIGRand.h>
6       
7 int Poisson(double pALambda);
8
9 #endif