+Himm Dawg
int ok = 0, tests = (int) (K * Math.sqrt(l));

for(int i=0;i<tests;i++){
if(werte[(int) (Math.random()*l)] == werte[(int) (Math.random()*l)]){
ok ++;
}
}
return ok > tests * .2779;

228942901s ago, by Antonio

+Dustin Van Tate Testa yes it is, a half good solution for some problem. I wanted to send it him in Skype but the Linux one is a little buggy. (and the code is not private, so I was to lazy to share it privately)

Java...

228885043s ago, by DustinVanTateTesta