`lrandom'
---------

lradom(BIT)
     :: Generates a long random number.

BIT

RETURN
     integer

   * Generates a non-negative integer of at most BIT bits.

   * The result is a concatination of outputs of `random'.

References
     *Note `random': random, *Note `mt_save mt_load': mt_save mt_load.

