src/utils.lisp @ 8a0871a52d1d

More random playing
author Steve Losh <steve@stevelosh.com>
date Fri, 26 Aug 2016 23:19:06 +0000
parents fba3d66a6a95
children 184af4c4e8fc
(in-package #:sand.utils)


(defun average4 (a b c d)
  (/ (+ a b c d) 4))