Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //////////////////// Losowanie bez powtorzen ///////////////////////////////////
- do
- {
- losowy_int = (rand() % 10001) - 1000;
- } while (wylosowane_indeksy[losowy_int]);
- wylosowane_indeksy[losowy_int] = 1;
- tab_s[i]->i = losowy_int; // tablica struktur
Advertisement
Add Comment
Please, Sign In to add comment