Added :MIN and :MAX arguments to GEN-FLOAT
authorMarco Baringer <mb@bese.it>
Thu, 29 Nov 2012 08:58:38 +0000 (09:58 +0100)
committerMarco Baringer <mb@bese.it>
Thu, 29 Nov 2012 08:58:38 +0000 (09:58 +0100)
commit53f45abc72ba5446160feb359d89972f29b34924
treecd94f02af51bbbac2ba0cb982ddbbcd5902d2c9e
parent45c373484afb9fd735526af46ba289c2246eb48f
Added :MIN and :MAX arguments to GEN-FLOAT

The common case is that we want a number between 0 and
some-small-value, :MIN/:MAX make that easier to express in our tests.
src/random.lisp
t/tests.lisp