Another useful combinator added by DerGuteMoritz on Sun Sep 18 21:42:52 2011

(define (randomize fun)
  (lambda args
    (apply fun (shuffle args))))