SACT2 for System4.x

RAND

乱数を取得します。

int RAND(int nMax);

引数

nMax

取得する乱数の最大値

戻り値

1〜nMaxの値

サンプルコード

    int n = RAND(6);