powered by
Set the initial seed of the first stream.
setBaseCreator(initial = rep(12345, 6))
a stream object of class 'vclMatrix'.
a vector of six 31-bit integers specifying the initial state of the first stream. Default is c(12345,12345,12345,12345,12345,12345).
initial is of length 6, recycled if shorter.
initial
library('clrng') setBaseCreator(c(111,222,333,444,555,666))
Run the code above in your browser using DataLab