JuliaStats / Distributions.jl

A Julia package for probability distributions and associated functions.
Other
1.08k stars 410 forks source link

Fix type bug in `Uniform` #1860

Closed Red-Portal closed 1 month ago

Red-Portal commented 1 month ago

Fixed the bug where rand(Uniform{T}) returned a Float64 instead of T.

Red-Portal commented 1 month ago

Hmmm... okay, then is the current behavior intended by the current policy?

andreasnoack commented 1 month ago

Yes. I'd say so.

Red-Portal commented 1 month ago

Okay got it