[sim, out] = ld_Random(sim, events, Method, Seed)
Random generator - block
out * - random output
Method - 0 (normal distribution), 1 (uniform distribution, NOT IMPLEMENTED)
Seed - The random seed to start with, NOT IMPLEMENTED
The implementation of http://randomlib.sourceforge.net is used.