Subject: | Example code in SYNOPSIS won't run |
The SYNOPSIS includes the example usage:
generate(pack(Ll,int(rand(2**32)),int(rand(2**16))),3)
Which fails to run, with a syntax error.
I'm guessing you just want to put quotes around the first argument to pack()?