1 Star 0 Fork 0

庸人妄语/msgo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
math_test.go 195 Bytes
一键复制 编辑 原始数据 按行查看 历史
庸人妄语 提交于 2023-09-13 16:02 +08:00 . 修改error,增加io
package math
import (
"fmt"
"testing"
)
func TestRand(t *testing.T) {
for i := 0; i < 10; i++ {
fmt.Println(RandDistribute[int](500, 5, 30))
}
fmt.Println(-10 / 3)
fmt.Println(0 % 3)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/yrwy/msgo.git
git@gitee.com:yrwy/msgo.git
yrwy
msgo
msgo
v0.2.5

搜索帮助