Skip to content

Add option to seed dynesty

Closes: #687 (closed)

I opted to add specific statements for saving the numpy.random.Generator objects, since these means we can support both seed and rstate as user inputs rather than only supporting seed and removing rstate from the kwargs.

Merge request reports