Giriş
Şu satırı dahil ederiz.
import org.apache.commons.lang3.RandomUtils;
nextInt metodu
Şöyle
yaparız.
RandomUtils.nextInt(11, 20)
nextLong metodu
Örnek
Şöyle
yaparız.
long generatedId = RandomUtils.nextLong()
Örnek
Şöyle
yaparız
long rand = RandomUtils.nextLong(2000, 10000);
Hiç yorum yok:
Yorum Gönder