A Random number between one and 244:

20

In case you're curious, here's the code i used to generate this, i verified it was working by refreshing until i saw both 1 and 64 (the original draw number):

Randomize(timer())
total=64
num = Int(rnd * total)
num = num + 1