We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72413f7 commit 0320c9aCopy full SHA for 0320c9a
src/multinomial.jl
@@ -1,8 +1,6 @@
1
2
using AliasTables
3
4
-const BIGPOWS2 = [BigInt(2)^i for i in 1:10000]
5
-
6
const ALIASTABLES = [
7
AliasTable{UInt128}(UInt128.([binomial(BigInt(1),i) for i in 0:1])),
8
AliasTable{UInt128}(UInt128.([binomial(BigInt(2),i) for i in 0:2])),
0 commit comments