GeNN  3.3.0
GPU enhanced Neuronal Networks (GeNN)
binomial.h
Go to the documentation of this file.
1 #pragma once
2 
3 unsigned int binomialInverseCDF(double cdf, unsigned int n, double p);
unsigned int binomialInverseCDF(double cdf, unsigned int n, double p)
Definition: binomial.cc:106