mir-random icon indicating copy to clipboard operation
mir-random copied to clipboard

Advanced Random Number Generators

Results 2 mir-random issues
Sort by recently updated
recently updated
newest added

One of the [tests in transformations.d](https://github.com/libmir/mir-random/blob/c38881dc5264c5ee148ae51e7648d48da5dda520/source/mir/random/flex/internal/transformations.d#L95) has code like this: ~~~d assert(iv.ltx.approxEqual(-8.75651e-27)); assert(iv.lt1x.approxEqual(-1.02451e-24)); assert(iv.lt2x.approxEqual(-1.18581e-22)); ~~~ Note that all the expected values are negative and small. However, when I actually print...

I believe there is a typo in the template below: ~~~d template transform(string f0, string f1, string f2, string c) { import std.array : replace; enum raw = `_f0 *=...