Xor-el / CryptoLib4Pascal

Crypto for Modern Object Pascal
MIT License
209 stars 63 forks source link

Consider adding more random nuber generation algorithms #12

Closed TommiPrami closed 4 years ago

TommiPrami commented 4 years ago

There are quite good never algorithms out there, but not too many Delphi/PAscal implementations of them.

If find time and feel that they would benefit library and community, that is my suggestion how to make it better.

Xor-el commented 4 years ago

There are quite good never algorithms out there, but not too many Delphi/PAscal implementations of them.

If find time and feel that they would benefit library and community, that is my suggestion how to make it better.

First of all, Thanks for the suggestion, it's quite valuable but unfortunately this would not be a good fit in this library, reason been that this library contains only CSPRNG not just any random number generator. meanwhile, I have considered creating a library in the past that implements various random number generators but have been time constrained.