Pseudo-random numbers/PCG32: Difference between revisions

Content added Content deleted
Line 49:
end do
</pre>
Note that this an anamorphism – dual to catamorphism, and encoded in some languages as a general higher-order `unfold` function, dual to `fold` or `reduce`.
 
;Task: