swap front/popFront in randomUUID

This commit is contained in:
monarch dodra 2015-02-09 21:36:16 +01:00 committed by monarch_dodra
parent 219e3ceeae
commit d12da5ddbf

View file

@ -1094,8 +1094,8 @@ if (isInputRange!RNG && isIntegral!(ElementType!RNG))
UUID u;
foreach (ref E e ; u.asArrayOf!E())
{
randomGen.popFront();
e = randomGen.front;
randomGen.popFront();
}
//set variant