using System; using System.Collections.Generic; namespace Arvud1{ class Arvulooja{ Random r=new Random(); int algus, ots; public Arvulooja(int uAlgus, int uOts){ algus=uAlgus; ots=uOts; } public IEnumerable LooArvud(int kogus){ for(int i=0; i LooKuhjunudArvud(int kogus){ int pool=(ots-algus)/2; for(int i=0; i