# NOT RUN {
## Use threefry engine
rxt(df=3, n=10) # with rxt you have to explicitly state n
rxt(df=3, n=10, ncores=2) # You can parallelize the simulation using openMP
rxt(4) ## The first argument is the df parameter
## This example uses `rxt` directly in the model
rx <- RxODE({
a = rxt(3)
})
et <- et(1,id=1:2)
s <- rxSolve(rx,et)
# }
Run the code above in your browser using DataLab