Pagini recente » Diferente pentru blog/linux-install-fest-2011 intre reviziile 12 si 13 | Diferente pentru blog/heaps-shortlist intre reviziile 9 si 1 | Diferente pentru blog/info1cup2 intre reviziile 4 si 3 | Istoria paginii utilizator/andreithemost | Diferente pentru blog/probability-shortlist intre reviziile 4 si 5
Nu exista diferente intre titluri.
Diferente intre continut:
# A rand5() function gives uniform integer results between 1 and 5. How can you use it to build a rand7() function?
# Build a function rand(x, y, r) that returns a uniformly random point in the circle given by the (x,y) center and the r radius.
# What’s the expected number of times line x is executed if p is a uniform random permutation of numbers 1 .. n.
==code(python) |
min = p[0]
for x in p:
Nu exista diferente intre securitate.
Topicul de forum nu a fost schimbat.