``` julia> rand(Poisson(1e20)) ERROR: InexactError: Int64(Int64, 9.999999997262139e19) Stacktrace: [1] Type at ./float.jl:700 [inlined] [2] convert at ./number.jl:7 [inlined] [3] rand(::Poisson{Float64}) at /Users/simon/.julia/packages/Distributions/WHjOk/src/univariate/discrete/poisson.jl:89 [4] top-level scope at none:0 ``` Note that the underlying Rmath library actually works in terms of Float64s (see https://github.com/JuliaStats/Rmath-julia/issues/11).