PorkStudios / PorkLib

Fast, lightweight libraries for Java. Note: this is very much a work-in-progress, documentation is spotty and the API is changing constantly!
https://daporkchop.net
Other
31 stars 5 forks source link

Add random module #40

Closed DaMatrix closed 4 years ago

DaMatrix commented 4 years ago

Adding a module containing some single-threaded, high-performance PRNG implementations.

(maybe also some thread-safe or secure ones?)