JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(let [len 8 rand-string (string/join (map |(string/format "%02x" $) (os/cryptorand len)))] (= (length rand-string) (* 2 len))) # => true