1.0.8 • Published 4 years ago
@semih_biktim/rn v1.0.8
RASGELE SAYI
Örnek ;
const {rn} = require("@semih_biktim/rn");
console.log(rn(0,10)); // 0 ile 10 arasında rasgele bir sayıyı console'a atar.
RANDOM NUMBER
Example ;
const {rn} = require("@semih_biktim/rn");
console.log(rn(0,10)); // It generates a number from 0 to 10 and assigns it to the console.