How do you set a property to a random number?
Is there an out-of-the-box random number generator? I'm looking for a random number between 0 and 1.
Alternatively, could I use @java? Something like @java(Math.Random()) -- although that syntax is wrong because it doesn't validate.
Many thanks.
***Updated by moderator: Marissa to update categories***