Distribution objects should use numpy.random as the default module when the numpy.random random state is used and the numpy.random function form is used.
Checklist
Documentation and Tests
[x] Artifacts produced with the main branch work as expected under this PR.
Summary
Distribution objects should use
numpy.random
as the default module when thenumpy.random
random state is used and thenumpy.random
function form is used.Checklist
Documentation and Tests