libmir / mir-random

Advanced Random Number Generators
http://mir-random.libmir.org/
32 stars 15 forks source link

Use GDC builtins & mir.bitop #112

Closed n8sh closed 5 years ago

9il commented 5 years ago

It is lagacy code. Currently mir.bitop should be used instead https://github.com/libmir/mir-core/blob/master/source/mir/bitop.d#L350

n8sh commented 5 years ago

Replaced legacy code with mir.bitop.

9il commented 5 years ago

@n8sh i added one commit

n8sh commented 5 years ago

Good to go?

9il commented 5 years ago

merged