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