News

The CMake variable APP_MODULE_NAME allows users to change the module name. Please don't forget to modify the import line in your Python code after changing the module name via CMake. For Visual Studio ...
We also include functions for fast float generation. It is nearly an order of magnitude faster than the alternatives: python3 -m timeit -s 'import fastrand' 'fastrand.pcg32bounded(1001)' 10000000 ...