| seed.BurSt {PortfolioProbe} | R Documentation |
Creates a random seed that is used internally in Burns Statistics functions.
seed.BurSt(n = NULL)
n |
if this has length, then set.seed is called with this as
its argument.
|
a numeric vector that is the proper length and structure for a random seed for the random generator that is internal to several Burns Statistics functions.
The S language random seed .Random.seed is created or changed.
The random generator is an implementation of the Mersenne Twister.
See http://www.math.keio.ac.jp/~matumoto/
This help was last revised 2009 November 09.