How to create a random number generator.

I saw a lot of question regarding this but didn’t really worked for me for example Random. Not sure if I’m applying it incorrectly. But I wish to create a RNG for 16 characters. Not sure if random only is limited to 1 at a time.

@SiulL168You can use “generateSystemNodeRandomNumber” function to get the random 16 digit number. Please find the syntax below.

replaceAll(generateSystemNodeRandomNumber(tools,@String.length(pxProcess.pxSystemNodeID)+16),pxProcess.pxSystemNodeID,"")

@pavan3753 Much appreciated.

@pavan3753 Excellent .