摘要:
package cimport ( "crypto/rand" "encoding/binary" "fmt" "math/big" "testing")func rands(n uint64) []uint64 { d := make([]uint64, n) for i := range d { 阅读全文
摘要:
https://zhuanlan.zhihu.com/p/105775783 https://www.likecs.com/show-204740120.html __shared__ 存储体系 #define CLOCK_RATE 1683000 /* modify for different d 阅读全文