Skip to content

Fix #300: Reduce code duplication in random

Raymond Toy requested to merge issue-300-reduce-code-dup-in-random into master

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.

Merge request reports