<< Random Random android >>

ORTD Scilab Interface Toolbox >> Random > ld_Random

ld_Random

Calling Sequence

[sim, out] = ld_Random(sim, events, Method, Seed)

Description

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.


Report an issue
<< Random Random android >>