Skip to content

Make EValueEstimator accept a Generator #703

Open
@padix-key

Description

Currently the only way to ensure reproducible results of the EValueEstimator is calling np.random.seed() before creating it. However, this np.random.xxx API is deprecated and superseded by using an explicit Generator.

To reflect this change in numpy, EValueEstimator should accept a Generator to ensure reproducibility.

Metadata

Assignees

No one assigned

    Labels

    major releasePotentially backwards incompatible changes that should go in to the next major release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions