Talk:Loops/Break

From Rosetta Code
Revision as of 22:30, 26 August 2017 by Eoraptor (talk | contribs) (Created page with "== C task == There is a minor problem: the program should print another random number before restarting the loop. There is a very annoying problem: see [Talk:Pick random elem...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

C task

There is a minor problem: the program should print another random number before restarting the loop.

There is a very annoying problem: see [Talk:Pick random element]], where there is an identical fundamental mistake in the C program. While neither of the tasks states explicitly that the distribution has to be uniform, it seems to me that it's implicit in the question.

Eoraptor (talk) 22:30, 26 August 2017 (UTC)