Skip to content

Remove global state from the randomizer #26

@DemiMarie

Description

@DemiMarie

The randomizer is full of global mutable state. This is a problem, because future enhancements to the GUI may want to run the randomizer in multiple threads simultaneously, if nothing else to take advantage of I/O parallelism.

Fortunately, this is easy to achieve by placing the relevant code into a class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions