- pprng no longer requires the use of
:libs
when included in a ClojureScript compile
cemerick.pprng/int
andcemerick.pprng/long
now properly emit only integers.cemerick.pprng/int
now accepts an optional upper bound on the range of returned value, matching the contract ofjava.util.Random/int
: when provided, the returned value will be between[0,limit)
.