Make EValueEstimator
accept a Generator
#703
Labels
major release
Potentially backwards incompatible changes that should go in to the next major release
Currently the only way to ensure reproducible results of the
EValueEstimator
is callingnp.random.seed()
before creating it. However, thisnp.random.xxx
API is deprecated and superseded by using an explicitGenerator
.To reflect this change in
numpy
,EValueEstimator
should accept aGenerator
to ensure reproducibility.The text was updated successfully, but these errors were encountered: