Skip to content

Release 0.1

Compare
Choose a tag to compare
@bashtage bashtage released this 14 Mar 19:49

Initial release with new structure:

  • RandomGenerator with all of the complex generators
  • Basic RNGs (MT19937, PCG64, ...) containing the core random generators
  • Interfaces for CFFI and CTypes
  • Documentation
  • Examples showing how to extend