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