[GameLogic Index] [GameLogic Hierarchy]
A RandomSensor is a special kind of a general sensor More...
#include <randomsensor.h>
Inherits: Sensor
A RandomSensor is a special kind of a general sensor.
Set the initial seed of the generator. Equal seeds produce equal series. If the seed is 0, the generator will produce the same value on every call.
Returns the initial seed of the generator. Equal seeds produce equal series.
Return the last value that was drawn.
| Kdoc |