-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or requestpostponedThis issue is relevant, but postponed for nowThis issue is relevant, but postponed for now
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpostponedThis issue is relevant, but postponed for nowThis issue is relevant, but postponed for now