KieranWynn / pyquaternion

A fully featured, pythonic library for representing and using quaternions
http://kieranwynn.github.io/pyquaternion/
MIT License
339 stars 68 forks source link

Allow passing np_random to Quaternion.random() #83

Open johannespitz opened 1 year ago

johannespitz commented 1 year ago

To enable deterministic sampling of orientations it is necessary to pass a seeded rng to the function. This is important for example in machine learning, when orientations need to be sampled at random but the experiments need to be reproducible.