package cap19.prestazioni;

public interface Profile
{ int tipi();
  public Statistica[] start(int tipo, long seme);
}
