예제 #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())
}