NXiss7
You can assign numbers to paths then choose a random number....
Or what are a, b, c, d?
You may idx it if it's array like...
Anonymous
int a = 0, b = 1, c = 2;
int xxxd[3]={a,b,c};
if (a == 0 || b == 1 || c == 2) printf("%d", xxxd[rand() 2% + 0]);
ZukiZest
int line, column, table;
float values[2][3][5] = {
{{1.0, 2.0, 3.0, 4.0, 5.0},
{6.0, 7.0, 8.0, 9.0, 10.0},
{11.0, 12.0, 13.0, 14.0, 15.0}},
{{16.0, 17.0, 18.0, 19.0, 20.0},
{21.0, 22.0, 23.0, 24.0, 25.0},
{26.0, 27.0, 28.0, 29.0, 30.0}}
};
for (line = 0; line < 2; line++)
for (column = 0; column < 3; column++)
for (table = 0; table < 5; table++)
printf("values [% d] [% d] [% d] =% f \n", line, column, table,
values[line][column][table]);
Anonymous
Data Science and Artificial Intelligence is the hottest topic today and it's doing incredible job in all sector specially in heath care domain. Coronavirus disease is a global problem. Here's my contribution on that as Data Scientist
1-Analysis on Coronavirus
https://lnkd.in/fDYfJQk
2-Machine learning on Coronavirus
https://lnkd.in/f9FK8vZ
3-Analysis and Prediction of Coronavirus trend in future
https://lnkd.in/fAwUjY2
Report on Coronavirus
https://lnkd.in/fyR2FdJ