This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cw4:4rpl_tools [2025/08/18 16:56] – [Pseudo RNG based on Linear congruential generator (LCG)] kalli | cw4:4rpl_tools [2025/08/29 21:04] (current) – [Pseudo RNG based on Linear congruential generator (LCG)] kalli | ||
|---|---|---|---|
| Line 4021: | Line 4021: | ||
| ->last | ->last | ||
| ->first | ->first | ||
| - | elapsedtime dup 10 log ceil 7 sub neg 10 swap pow mul <-first < | + | elapsedtime dup 10 log ceil 7 sub neg 10 swap pow mul asint <-spikedLcgAdd 1 add dup -> |
| : | : | ||
| - | elapsedtime dup 10 log ceil 7 sub neg 10 swap pow mul @seededLcgRand01 | + | elapsedtime dup 10 log ceil 7 sub neg 10 swap pow mul asint < |
| : | : | ||