I was expecting that ``` rand(Logistic(0f0, 1f0)) ``` returned a `Float32`, but it returns `Float64`. Is this intended?
I was expecting that
returned a
Float32, but it returnsFloat64. Is this intended?