Esempio n. 1
0
File: id.go Progetto: hycxa/gommo
func GenerateNID() NID {
	return NID(ext.RandomUint64())
}
Esempio n. 2
0
File: id.go Progetto: hycxa/gommo
func GeneratePID() PID {
	return PID(ext.RandomUint64())
}