generators name change
change the name of EventGenerator.generators
to EventGenerator.distributions
to better match the naming convention throughout the rest of the library (SamplingDistribution
).
Also changed shebang in all executables to explicitly call python3 instead of just python.
fixes #36 (closed).
Edited by Reed Essick