4 lines
130 B
Text
4 lines
130 B
Text
: genLCG(a, c, m, seed)
|
|
| ch |
|
|
Channel newSize(1) dup send(seed) drop ->ch
|
|
#[ ch receive a * c + m mod dup ch send drop ] ;
|