fix: remove unused files

This commit is contained in:
lilong.129
2025-03-03 20:54:36 +08:00
parent af5d2eea86
commit d1af4cfe61
7 changed files with 11 additions and 15 deletions

View File

@@ -47,10 +47,6 @@ func escapeQuotes(s string) string {
return quoteEscaper.Replace(s)
}
func init() {
rand.Seed(time.Now().UnixNano())
}
func random_range(a, b float64) float64 {
return a + rand.Float64()*(b-a)
}