libmir / mir-random

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

fix issue #99 #100

Closed 9il closed 6 years ago

9il commented 6 years ago
9il commented 6 years ago

ping @n8sh

n8sh commented 6 years ago

shuffle (accepts only Slice)

What's the motivation for this change?

9il commented 6 years ago

What's the motivation for this change?

Any random access range with length can be constructed as Slice. If it is not a Slice it can be converted to Slice. No plans to support Phobos RAR API in general.