Example #1
0
File: id.go Project: hycxa/gommo
func GenerateNID() NID {
	return NID(ext.RandomUint64())
}
Example #2
0
File: id.go Project: hycxa/gommo
func GeneratePID() PID {
	return PID(ext.RandomUint64())
}