Exemple #1
0
func GenerateNID() NID {
	return NID(ext.RandomUint64())
}
Exemple #2
0
func GeneratePID() PID {
	return PID(ext.RandomUint64())
}