Posts by Bipe • 11 points
1 post
-
0
votes1
answer172
viewsQ: Create a vector with srand without repeating numbers in C
I am creating a vector with random numbers from 1 to 60 using the Rand function. This vector cannot contain repeated numbers. For example, if srand’s return was number 3, and there is already a…