Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは正しくありません。の署名はrandomですlong int random(void);。
random
long int random(void);
通常、モジュラスを使用するよりも除算することで、より良い疑似乱数範囲を得ることができますRAND_MAX/N(PRNG の使用は、上位ビットよりも下位ビットでより予測しやすい傾向があります) が、これが心配な場合は、バッテリーを使用することをお勧めします。実際にどの程度の偏りがあるかを確認するための統計テストの。
RAND_MAX/N