User Tools

Site Tools


com:addrnd

This is an old revision of the document!


ADDRND Command

ADDRND,<var>,<numsamples>,<dist>,<param1>,…,<paramN>

This command will append random numbers to the end of a variable list. This command shares the same algorithms as the RND command but does not delete the data currently in the variable list.

  • var - variable name
  • numsamples - number of values the variable will have after this command
  • dist Random distribution type
    • UNI - uniform (double floating point)
    • UNIINT - uniform (integer)
    • NORM - Normal
    • LOGNORM - Lognormal
    • POISSON - poisson
  • param - parameters for the random distribution type
    • UNI, UNINT
      • param1 - minimum of distribution range
      • param2 - maximum of distribution range
    • NORM, LOGNORM
      • param1 - mean of distribution
      • param2 - standard deviation of distribution
    • POSSION
      • param1 - mean of distribution
com/addrnd.1458671381.txt.gz · Last modified: 2016/03/22 14:29 by phil