RandomGUID generates truly random GUIDs by using the system's
IP address (name/IP), system time in milliseconds (as an integer),
and a very large random number joined together in a single String
that is passed through an MD5 hash.
This class is a Round Robin Event-based scheduler which implements a simple round-robin scheduling algorithm
and expects that the jobs are always persistent.