I'd like to generate random numbers in GREL. Is there any way to do this? I'd like to use a GREL phrase like:
"http://example.org/id/" + random + ".html"
I'd like to generate random numbers in GREL. Is there any way to do this? I'd like to use a GREL phrase like:
"http://example.org/id/" + random + ".html"
GREL has not
randomfunction, but you can use Python/Jython instead :Example :