Kod:
Random r=new Random(3);
for (int i = 0; i < 10; i++) {
System.out.println(r.nextInt(100));
}
Kod:
Random r=new Random();
Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
Random r=new Random(3);
for (int i = 0; i < 10; i++) {
System.out.println(r.nextInt(100));
}
Random r=new Random();