Quantcast
Channel: Math.NET Numerics - Math.NET
Viewing all articles
Browse latest Browse all 224

XorShift RNG is actually a multiply-with-carry RNG

$
0
0

@Colin_Green wrote:

FYI I think the implementation of this class was replaced with a multiply-with-carry RNG, leaving the class name a tad misleading.

By the way, I wrote a class called FastRandom some years ago (which was an XorShift RNG) which for a while appeared in Math.Iridium in an edited/updated form, and I think that's how this XorShift class started life.

FWIW I maintain FastRandom (now called XorShiftRandom, because I preferred your naming) here:

XorShiftRandom.cs

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 224

Trending Articles