I have a problem with converting numeric to time in hour:minute:second. I would like to choose 10000 random numbers from uniform distribution and convert them to format h:m:s
X <- runif(10000, 0, 86400)
After this, I have 10000 numbers of seconds within one day. I would like to convert it to format hour:minute:second. For example:
44 ---> 00:00:44