-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add dask.array.default_rng #8790
Copy link
Copy link
Closed
Labels
arrayfeatureSomething is missingSomething is missinggood second issueClearly described, educational, but less trivial than "good first issue".Clearly described, educational, but less trivial than "good first issue".
Metadata
Metadata
Assignees
Labels
arrayfeatureSomething is missingSomething is missinggood second issueClearly described, educational, but less trivial than "good first issue".Clearly described, educational, but less trivial than "good first issue".
Functions used for the generation of random samples (for example dask.array.random.normal) indicate in their docstring:
New code should use the normal method of a default_rng() instance instead..This feature is not currently available and would be very useful for compatibility with other array modules (numpy, cupy, ...).