Beispiel #1
0
Datei: id.go Projekt: hycxa/gommo
func GenerateNID() NID {
	return NID(ext.RandomUint64())
}
Beispiel #2
0
Datei: id.go Projekt: hycxa/gommo
func GeneratePID() PID {
	return PID(ext.RandomUint64())
}