enthought / enthought/distarray
Distarray's random functions should use their own random state.
- Vorherrschende Sprache
- Python
- Sterne
- 5
- Forks
- 1
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Currently, `distarray.dist.random` uses `numpy.random` internally for its functions. This morphs NumPy's global random state, which might be unexpected to users who are using NumPy alongside distarray, and want to specify NumPy's random state.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Start in the distarray.dist.random module and trace where its functions use numpy.random. Check the existing random behavior and determine how to verify that calling distarray random functions no longer changes NumPy's global random state. Done means distarray random functions continue to work while NumPy's separately configured state remains unaffected.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- numpy, python
- Bereich
- distributed-systems
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100