congruGen | R Documentation |
congruGen
congruGen(seed, a)
seed |
a number |
a |
a number |
a list
seed = 123456789
for(i in 1: 10) {
Z=congruGen(seed)
seed=Z$seedUpdate
num=Z$aleaNum
print(num)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.