{{ Program: Cog_Status.spin Author(s): Clayton Cronk }} Pri Init | RandomNumber, RandomNumberTwo, Randomness Dira[0..7] ~~ Outa[0..7] ~ RandomNumber := 7896585 'Number to be randomized in order to start a new cog RandomNumberTwo := 9743684 'Number to be randomized to Stop a cog Randomness := 348 'Number to indicate how many times the above numbers are randomized. Repeat Randomness ?RandomNumber ?RandomNumberTwo Status_Loop(RandumNumber, RandomNumberTwo) Pub Status_Loop | RandomStart, RandomStop