PoissonVariable.isRandomVariable

struct PoissonVariable(T)
enum isRandomVariable = true;

Meta