Is there a way to generate Random Numbers in the velocity script?
Is there a way to generate Random Numbers in the velocity script?
What's the use case? Velocity doesn't have built-in ways to do these things, you would need to create an IScriptedContentFragmentExtension plugin to expose methods to perform those operations server side.
What's the use case? Velocity doesn't have built-in ways to do these things, you would need to create an IScriptedContentFragmentExtension plugin to expose methods to perform those operations server side.