project.clj @ 3967e218bd90

Add rand-bool, rand-gaussian, rand-gaussian-int.
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Nov 2012 12:50:43 -0500
parents 3c3a3292e0db
children 63f3589431c1
(defproject roul "0.1.0"
  :license {:name "MIT/X11"}
  :dependencies [[org.clojure/clojure "1.3.0"]]
  :plugins [[sjl/lein2-generative "0.1.4.2"]]
  :generative-path "test/"
  :url "http://sjl.bitbicket.org/roul/"
  :min-lein-version "2.0.0"
  :description "A library that wraps and extends Clojure's random number generators.")