Math.random() を使うと、0以上、1未満のランダム値を生成する。つまり、0.1とか、0.9とか。
Math.random() * 3 とすると、0から2までのランダム値、例えば1.4とかにすることができる。
小数点以下がいらない場合、Math.floorで囲んであげる。
Math.floor(Math.random() * 3) という感じ。
More than 3 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme