Description Usage Arguments Value Examples
Shows how to set a seed in sitmo.
1 | sitmo_engine_reset(n, seed)
|
n |
An |
seed |
An |
A matrix
with random sequences.
1 2 3 4 | n = 10
a = sitmo_engine_reset(n, 1337)
isTRUE(all.equal(a[,1],a[,2]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.