We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0320c9a commit 9e67b8eCopy full SHA for 9e67b8e
src/DynamicDiscreteSamplers.jl
@@ -9,6 +9,8 @@ isdefined(@__MODULE__, :Memory) || const Memory = Vector # Compat for Julia < 1.
9
const DEBUG = Base.JLOptions().check_bounds == 1
10
_convert(T, x) = DEBUG ? T(x) : x%T
11
12
+const BIGPOWS2 = [BigInt(2)^i for i in 1:2046]
13
+
14
"""
15
Weights <: AbstractVector{Float64}
16
0 commit comments