// seeding the pseudo-random number generator // this seeds it (try running with this commented out) Std.srand( 61 ); // generate sequence of 5 integers repeat( 5 ) { <<< Std.rand2( 0, 10 ) >>>; }