Probably because you have srand() in your function. This function should be called once and only once, usually early in main().

Jim