A very useful method to randomly order the List:
import java.util.Collections;
List list = fetch();
Collections.shuffle(list);
return list.get(0);
Secure, private AI inspired by behavioral sciences and evolutionary anthropology, built on Tiny Neural Networks (TNN, TLM), and a distributed agent system.
No comments:
Post a Comment
Please be polite.