Random
The Random registry provides functions to generate random numbers, strings, and other data types, useful for scenarios requiring randomness or unique identifiers.
randAlphaNum
{{ randAlphaNumeric 10 }} // Output: "OnmS3BPwBl" (output will vary)randAlpha
{{ 10 | randAlpha }} // Output: "rBxkROwxav" (output will vary)randAscii
{{ randAscii 10 }} // Output: "}]~>_<:^%" (output will vary)randNumeric
randBytes
randInt
Last updated