ROOTPWA-Maintainers / ROOTPWA

ROOTPWA is a toolkit for partial-wave analysis of multi-particle final states produced in high-energy particle reactions. It is used to determine hadron spectra from experimental data.
Other
8 stars 14 forks source link

startParameterGenerator: fix usage of random state #248

Closed fkaspar closed 5 years ago

fkaspar commented 5 years ago

Make proper use of numpy random state. By using 'self.generator' instead of 'np.random' the provided seed get respected.

stefan-wallner commented 5 years ago

Thanks a lot!