Is it possible to add additional arities for functions like rand
, rand-int
, rand-nth
etc. to support seeds passed to the Java methods? It could also be nice to create other functions for more secure variants than java.util.Random
, maybe SecureRandom
? I really don't know what is most widely used so that's just an idea.