# NOT RUN {
## Use threefry engine
rxgeom(0.5, n=10) # with rxgeom you have to explicitly state n
rxgeom(0.25, n=10, ncores=2) # You can parallelize the simulation using openMP
rxgeom(0.75)
## This example uses `rxgeom` directly in the model
rx <- RxODE({
a = rxgeom(0.24)
})
et <- et(1,id=1:2)
s <- rxSolve(rx,et)
# }
Run the code above in your browser using DataLab