Pseudo-random numbers/Splitmix64: Difference between revisions

Content added Content deleted
No edit summary
m (→‎{{header|F#}}: Corrected header as suggested on the Count examples/Full list/Tier 4 talk page)
Line 412: Line 412:
ok</pre>
ok</pre>


=={{header|F#}}==
=={{header|F_Sharp|F#}}==
<lang fsharp>// Pure F# Implementation of SplitMix64
<lang fsharp>// Pure F# Implementation of SplitMix64
let a: uint64 = 0x9e3779b97f4a7c15UL
let a: uint64 = 0x9e3779b97f4a7c15UL