In Clojure, random number generation is straightforward, and there are a couple of built-in functions that can be used right away.
In Clojure, we primarily use Math/round, Math/floor, and Math/ceil.
Math/round
Math/floor
Math/ceil
Clojure provides built-in support for complex numbers through the clojure.lang.Numbers utility class.
clojure.lang.Numbers