Programmer Guide/Command Reference/EVAL/grand: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(initial import)
 
m (1 revision: Initial import)

Revision as of 18:31, 18 November 2010

grand
grand(m, s) Create a normal distributed random number with the mean m and spread s.
grand(m, s, seed) Like grand, except if seed is greater than zero, it is used as the start value to initialise the generator.
grand(m, s, seed, nr, nc)
seed the start value (if seed > 0)
nr the number of rows or elements (>=1; def.=1)
nc the number of columns (>=1; def.=1)


|}

Navigation menu

Personal tools