secure-rand

A Clojure library designed to generate secure random float,int,bytes and strings based on java.security.SecureRandom.

Leiningen/Boot

[secure-rand "0.1"]

Clojure CLI/deps.edn

secure-rand/secure-rand {:mvn/version "0.1"}

Gradle

implementation("secure-rand:secure-rand:0.1")

Maven

<dependency>
  <groupId>secure-rand</groupId>
  <artifactId>secure-rand</artifactId>
  <version>0.1</version>
</dependency>