generate a number. (eg. used by Emitter of particles to emit per dt). dt is delta time since last call (the duration of the frame - used for time based updates).
dt
typedef int IntGen(dt);