This code works perfectly in lua 5.3 but not in luatex. why?
require "meurandist"
ARRAY_SIZE=3
arr=meurandist.new_int(ARRAY_SIZE)
meurandist.rpoisson(arr,ARRAY_SIZE,4)
for i=0,ARRAY_SIZE-1 do
print(meurandist.int_getitem(arr,i))
end
\stopluacode
Thanks a lot
Jorge