Elementary cellular automaton/Random number generator: Difference between revisions

m
(→‎{{header|Raku}}: use `handles <AT-POS>`)
m (→‎{{header|Wren}}: Minor tidy)
Line 966:
{{libheader|Wren-big}}
As Wren cannot deal accurately with 64-bit unsigned integers and bit-wise operations thereon, we need to use BigInt here.
<syntaxhighlight lang="ecmascriptwren">import "./big" for BigInt
 
var n = 64
9,476

edits