Welcome! Please see the About page for a little more info on how this works.

0 votes
in Java Interop by
closed by

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.

...