User Tools

Site Tools


com:rnd

This is an old revision of the document!


RND Command

RND,<var>,<numsamples>,<dist>,<param1>,…,<paramX>

This command fills a variable with a random number 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 distribution random
    • 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/rnd.1478022396.txt.gz · Last modified: 2016/11/01 13:46 by phil