Because of the limitations of BYOND's bitwise operators (which affect both the
old and new implementations of num2hex()), you can't use numbers larger than 2^16
for this.
I cut the number of digits down to 4 and changed the maximum on the RNG to match.