I have no idea what to do with time () or another function to change the
time_t data type to int to get numbers say from 0-20 that are ints. time()
reports a huge number of seconds and when using rand() truely produce a fake
randomness. I want smaller numbers. We have functions like strtod and strtol
to change chars into doubles or longs why not change time_t to int?
Bill
time_t data type to int to get numbers say from 0-20 that are ints. time()
reports a huge number of seconds and when using rand() truely produce a fake
randomness. I want smaller numbers. We have functions like strtod and strtol
to change chars into doubles or longs why not change time_t to int?
Bill
Comment