Liking cljdoc? Tell your friends :D

crypto.random

Cryptographically secure random numbers and strings.

Cryptographically secure random numbers and strings.
raw docstring

base32clj

(base32 size)

Return a random base32 string of the specified size in bytes.

Return a random base32 string of the specified size in bytes.
sourceraw docstring

base64clj

(base64 size)

Return a random base64 string of the specified size in bytes.

Return a random base64 string of the specified size in bytes.
sourceraw docstring

bytesclj

(bytes size)

Returns a random byte array of the specified size.

Returns a random byte array of the specified size.
sourceraw docstring

hexclj

(hex size)

Return a random hex string of the specified size in bytes.

Return a random hex string of the specified size in bytes.
sourceraw docstring

url-partclj

(url-part size)

Return a random string suitable for being inserted into URLs. The size denotes the number of bytes to generate.

Return a random string suitable for being inserted into URLs. The size
denotes the number of bytes to generate.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close