Fix #300: Reduce code duplication in random
In random
, for the case of an integer between 1 and 2^{32}
,
inclusive, let the deftransform handle the case for us. This
automatically makes the code consistent.
To build this, update the boot file to include the deftransform since we're building from the last snapshot that doesn't have it.