Hacker News new | ask | show | jobs
by benibela 2108 days ago
Well, I had only skimmed the page

But I am using xoshiro in my projects, because I thought xor was simpler than multiplication.

1 comments

Yeah, xor is simpler than multiplication in terms of hardware complexity- luckily, we have the multiplication circuits built in, so may as well take advantage of them.