This commit is contained in:
PC-20230316NUNE\Administrator
2023-12-18 10:03:28 +08:00
parent 9a3f666df1
commit 68d06ca612
8 changed files with 153 additions and 98 deletions

View File

@@ -0,0 +1,10 @@
export default class NumberTools {
//随机
public GetRank(min, max) {
return Math.round(Math.random() * (max - min)) + min;
}
}

View File

@@ -0,0 +1,9 @@
{
"ver": "4.0.23",
"importer": "typescript",
"imported": true,
"uuid": "ad1090ba-256d-4f25-bd82-8979cb540c1e",
"files": [],
"subMetas": {},
"userData": {}
}