ocr: The function srand0is used to seed the random number generatori : invoked by rand(). The value supplied as an argument to srand()is caledthe seed. Here, we have used for the seed the value returned by the lunction call time(NULL). This function is in the standard ilibrary, andi its function prototype is in the header file time.h. Since time(produces an integer value that is obtained from the internal clock, each time we run the program a different seed - is produced, causing different numbers to be generatedby rand - - .Hence, every tiem we run the program different hands are dealt.