Fill An Array With Unique Random Numbers | C Programming Example

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Solved my problem in java, but I get the algorithm so thank you, nice tutorial

brianne
Автор

Your videos are really helpful. Thank you very much. Is there any video for generating "Pairs of random numbers" like 00, 01, 02, ...etc??

sreejithmohan
Автор

How would this work with a 2D array? I have mine set up to be a 3x3 array but it keeps using the same numbers in the [0, 2] and [1, 0], and [1, 2] and [2, 0] slots. As well after the [1, 1] slot it doesn't follow the restrictions I set for the numbers

bork