Ejemplo n.º 1
0
int32 rand32()
{
    return int32(sfmtRand->BRandom());
}
Ejemplo n.º 2
0
uint32 rand32()
{
    return sfmtRand->BRandom();
}