This commit is contained in:
Alireza Ahmadi
2024-02-16 13:33:40 +01:00
parent c277fd29fd
commit 7995310aa7
2 changed files with 18 additions and 17 deletions

View File

@@ -41,3 +41,7 @@ func Seq(n int) string {
}
return string(runes)
}
func Num(n int) int {
return rand.Intn(n)
}