# lotto.praat - Arvo yksi lottorivi. Ks. # http://praat.org # https://jautero.github.io/sao-faq/saoa-faq.html clearinfo koko = 39 lukuja = 7 for i from 1 to koko tau'i' = i endfor for i from 1 to lukuja n = randomInteger(1,koko) pallo = tau'n' printline 'pallo' koko = koko-1 tau'n' = tau'koko' endfor