Skip to content

feat: Use RandomGenerator instead of Random #2042

@Christopher-Chianelli

Description

@Christopher-Chianelli

Is your feature request related to a problem? Please describe.
Currently, the solver directly references the Random class in many places such as Move Selectors, Acceptors, and SolverScope. This make it difficult to use the new RandomGenerator implementations.

Describe the solution you'd like
Refactor the solver to use RandomGenerator wherever Random was used.

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions