oprypin / nim-random

Random number generation library for Nim
MIT License
68 stars 13 forks source link

Compatibility with latest Nim #25

Closed andreaferretti closed 4 years ago

andreaferretti commented 4 years ago

the unary < operator was deprecated and removed, but the binary ..< is still there, so I changed .. < to ..<

oprypin commented 4 years ago

Thanks