כל היומנים הציבוריים

זוהי תצוגה משולבת של כל סוגי היומנים הזמינים במכביפדיה. ניתן לצמצם את התצוגה על־ידי בחירת סוג היומן, שם המשתמש (תלוי־רישיות) או הדף המושפע (גם כן תלוי־רישיות).

יומנים
  • 02:28, 9 במרץ 2025 Kosh שיחה תרומות יצר את הדף יחידה:Random (יצירת דף עם התוכן " local p = {} local function getBigRandom(l, u) -- Gets a random integer between l and u, and is not limited to RAND_MAX. local r = 0 local n = 2^math.random(30) -- Any power of 2. local limit = math.ceil(53 / (math.log(n) / math.log(2))) for i = 1, limit do r = r + math.random(0, n - 1) / (n^i) end return math.floor(r * (u - l + 1)) + l end function p.number(args) -- Gets a random number. first = tonumber(args[1]) second = tonumber(args[2])...")