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