void main(string[] args) { srand(time(null)); int p1 = rand() % 7; p1++; i compiled this program i wrote... but it keeps giving me an error main.d(17): Error: undefined identifier 'time' can someone help me please?