randomAsNumber function

int randomAsNumber()

Implementation

int randomAsNumber() {
  return (hexToBn(randomAsHex(8)) & bn53).toInt();
}