How do I use the random number generators in Parallel Colt from incanter?
I've listed these dependencies in my project.clj file:
:dependencies [
[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[incanter/core "1.2.3"]
[incanter/parallelcolt "0.9.4"]
]
And then I tried (import cern.jet.random.tdouble Normal)
and I get a class java.lang.ClassNotFoundException
.
What am I doing wrong here?