Example #1
0
int32 rand32()
{
    return int32(sfmtRand->BRandom());
}
Example #2
0
uint32 rand32()
{
    return sfmtRand->BRandom();
}