Pseudo-random numbers/Splitmix64: Difference between revisions

m
→‎{{header|Factor}}: use 2^ instead of ^
(Add Factor)
m (→‎{{header|Factor}}: use 2^ instead of ^)
Line 131:
[ [ dupd shift bitxor ] dip * 64 bits ] 2tri@ ;
 
: next-float ( -- x ) next-int 2 64 2^ /f ;
 
! Test next-int
1,808

edits