摘要: package cimport ( "crypto/rand" "encoding/binary" "fmt" "math/big" "testing")func rands(n uint64) []uint64 { d := make([]uint64, n) for i := range d { 阅读全文
posted @ 2022-08-10 16:17 zJanly 阅读(212) 评论(0) 推荐(0) 编辑