[quote:1nz9noq1]If you just need independent repeatable pseudorandom values Construct already has the best algorithm out there as an expression: Mersenne Twister, as random(max)
Is that the system expression: max(a, b [,c,...])
Retrieve the maximum of the given values. You can pass any number of values.
Care to use that in a sentence? Better yet an implementation.