Pseudo-random numbers/Splitmix64: Difference between revisions

m
(Added Algol 68)
Line 64:
 
=={{header|ALGOL 68}}==
{{works with|ALGOL 68G|Any Tested with release 2.8.3.win32}}
<lang algol68>BEGIN # generate some pseudo random numbers using Splitmix64 #
# note that although LONG INT is 64 bits in Algol 68G, LONG BITS is longer than 64 bits #
3,021

edits