Aatch / ramp

RAMP - Rust Arithmetic in Multiple Precision
Apache License 2.0
261 stars 38 forks source link

[feature request] Functions for generating random Ints #14

Closed kunerd closed 9 years ago

kunerd commented 9 years ago

It would be nice to have some functions for generating random Ints. I would suggest functions for generating numbers:

I am interested in implementing this feature. After some research I also have an idea how it should work, but I need some hint where it should go? I think a separate trait like in num::bigint would be better than directly including it in the Int trait.