Skip to content

Move to numpy random generator decorator #90

@CharJon

Description

@CharJon

Currently we are using the networkx decorator for randomness.
The design is tailored to not require numpy, but as we build on numpy anyways, we could write our own decorator.
Possible benefits:

  • Easier to understand decorator, as we can keep the code way more compact than numpys implementation
  • Better performance and more functions, as e.g. arrays of random elements can be created at once.

Link to numpy random generators.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestpostponedThis issue is relevant, but postponed for now

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions