I would like to contribute a random number generator script that generates random numbers by extracting a random color-channel value from a random pixel in the frame from a random live video stream chosen from a list of YouTube livestreams. If the current livestream is offline, the script iterates through other livestreams in the list. Users can request either a single random number or up to 10 random numbers. When multiple numbers are generated, users can choose to sum them, average them (rounded), or concatenate them.
I would like to contribute a random number generator script that generates random numbers by extracting a random color-channel value from a random pixel in the frame from a random live video stream chosen from a list of YouTube livestreams. If the current livestream is offline, the script iterates through other livestreams in the list. Users can request either a single random number or up to 10 random numbers. When multiple numbers are generated, users can choose to sum them, average them (rounded), or concatenate them.