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