nucypher / DarkIntegers.jl

A modulo arithmetic toolbox for integers and polynomials
https://nucypher.github.io/DarkIntegers.jl
GNU General Public License v3.0
7 stars 2 forks source link

Add `rand()` and ranges support for `MLUInt`/`MLInt` #4

Open fjarri opened 4 years ago

fjarri commented 4 years ago

Need to support constructions like

rand(MLUInt)
rand(MLInt)
rand(a:b) # where `a`, `b` are of type `MLUInt`/`MLInt`