Support ranges as shape information in randn
/rand
#56940
Labels
randomness
Random number generation and the Random stdlib
randn
/rand
#56940
Array constructors like
zeros
,ones
, andfill
acceptBase.OneTo
to define the axes/dimensions/shape, butrandn
andrand
don't:I think it would be nice for generic code to support that.
The text was updated successfully, but these errors were encountered: