Doc:2.6/Manual/Game Engine/Logic/Sensors/Random

提供: wiki
< Doc:2.6‎ | Manual‎ | Game Engine‎ | Logic‎ | Sensors
2018年6月29日 (金) 05:50時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Random sensor

Random sensor

The Random sensor generates random pulses.


See Sensor Common Options for common options.

Special Options:

Seed

This field to enter the initial seed for the random number algorithm. (Range 0-1000).

Notes -
1) 0 is not random, but is useful for testing and debugging purposes.
2) If you run several times with the same Seed, the sequence of intervals you get will be the same in each run, although the intervals will be randomly distibuted.