Go to the source code of this file.
Namespaces | |
namespace | GenDecay::test_rand |
Variables | |
tuple | GenDecay::test_rand::mean = float(sys.argv[1]) |
tuple | GenDecay::test_rand::number = int(sys.argv[2]) |
int | GenDecay::test_rand::number = 1000 |
tuple | GenDecay::test_rand::nbins = int(mean*3*math.sqrt(mean)) |
tuple | GenDecay::test_rand::ph = histogram(random.poisson(mean,number),nbins,(0,nbins+1),False) |