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.
dimコードに問題があり、0 とユーザー定義変数の間の数値を生成しようとしています。私が問題を抱えている行は次のとおりです。
dim
arrayPos = rand()%dim;
私はすでに呼び出しsrand(time(NULL))ており、arrayPos は 9.267e-315 などの奇妙な数字を取得しています。 それを修正する方法についてのアイデアはありますか?
srand(time(NULL))
ありがとうございました