// // Example code - use without restriction. // INTEGER1 Rand1 := (RANDOM() % 25) + 1; OUTPUT(Rand1); OUTPUT(Rand1); OUTPUT(Rand1); INTEGER1 Rand2 := (RANDOM() % 25) + 1 : STORED('MyRandomValue'); OUTPUT(Rand2); OUTPUT(Rand2); OUTPUT(Rand2);