示例#1
0
文件: id.go 项目: hycxa/gommo
func GenerateNID() NID {
	return NID(ext.RandomUint64())
}
示例#2
0
文件: id.go 项目: hycxa/gommo
func GeneratePID() PID {
	return PID(ext.RandomUint64())
}