range

range -- ある範囲の整数を有する配列を作成する

説明

array range(int low, int high);

range は、 lowからhighまでの 整数の配列を返します。

使用例については、 shuffle を参照下さい。