You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While playing around with the Uniform distribution I noticed a seeming inconsistency between the results of generating a single sample from a high-precision uniform distribution using rand and generating multiple samples.
For a Uniform{BigFloat} distribution, a single sample using rand(dist) yields a BigFloat value while multiple samples using rand(dist, n) yield Float64 values.
While playing around with the
Uniform
distribution I noticed a seeming inconsistency between the results of generating a single sample from a high-precision uniform distribution usingrand
and generating multiple samples.For a
Uniform{BigFloat}
distribution, a single sample usingrand(dist)
yields aBigFloat
value while multiple samples usingrand(dist, n)
yieldFloat64
values.The text was updated successfully, but these errors were encountered: