[FR]: Array generators #61
jariji
started this conversation in
Design & Ideas
Replies: 1 comment
-
I've been experimenting with this a while back, but never did quite like how they shrunk, while guaranteeing a wide spread of possible shapes.. It's a bit tricky to generate these properly, since most naive ways of doing this end up heavily lopsided in some way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Supposition.jl currently provides
Data.Vectors
but doesn't provideData.Arrays
. Hypothesis provides array generators and index generators for NumPy arrays.Beta Was this translation helpful? Give feedback.
All reactions