今天是2024年11月26日 第48周 星期二
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
變更
跳至導覽
跳至搜尋
← 較舊編輯
較新編輯 →
模块:沙盒/Shinonome Akebono/S
(檢視原始碼)
於 2020年7月8日 (三) 20:33 的修訂
增加 536 位元組
、
2020年7月8日 (三) 20:33
小
無編輯摘要
第3行:
第3行:
local getArgs = require('Module:Arguments').getArgs
local getArgs = require('Module:Arguments').getArgs
−
function p.hello(frame)
+
function p.hello
()
+
return "Hello world!"
+
end
+
+
function p.lang
(frame)
local args=getArgs(frame)
local args=getArgs(frame)
local text=args[1]
local text=args[1]
第13行:
第17行:
end
end
+
local function qp(a,b,c)
+
local ans=1
+
local base=a
+
local exp=b
+
while b>0 do
+
if exp%2==1 then
+
ans=ans*base%c
+
end
+
base=base*base%c
+
exp=(exp-(exp%2))/2
+
end
+
return ans
+
end
+
+
function p.rand(frame)
+
local prime=0x125E591
+
local args=getArgs(frame)
+
local bound=args[1]
+
local time=os.time()%prime
+
local pert=3254518517%prime
+
pert=qp(qp(pert,time,prime),qp(time,pert,prime),prime)
+
return pert%bound
+
end
return p
return p
Shinonome Akebono
介面管理員
、
管理員
、
上傳精靈活動編輯者
849
次編輯
導覽菜單
個人工具
建立賬號
登入
命名空間
模組
討論
變體
視圖
閱讀
檢視原始碼
檢視歷史
更多
搜尋
導覽
首頁
最近修改
隨機頁面
沙盒
互助客棧
QQ交流群
方針與指引
工具
上載檔案
特殊頁面
可打印版