It's bloody random, get over it
Code:
CreateMember()
{
MemberId newId = new MemberId();
do
{
newId.Identifier = new Random().Next(10000000, 99999999);
} while (newId.IsDuplicate);
...do stuff here
}
I joined in the days when you could tear out a membership card from a flyer in the seat back pocket - they were already numbered, and that's the number I still have today.