API Reference
Package Overview
The qiprng package provides a comprehensive API for high-quality pseudo-random number generation based on quadratic irrational numbers.Quick Links
Core Functions
Essential generator functions
Testing
Validation and testing tools
C++ Classes
Implementation details
Benchmarks
Performance measurement
Function Categories
Generator Management
createPRNG()- Initialize generatorgeneratePRNG()- Generate valuesupdatePRNG()- Update configurationcleanupPRNG()- Clean up resources
Advanced Operations
jumpAheadPRNG()- Skip aheadreseedPRNG()- Reseed generator
Validation & Testing
test_qiprng()- Run test suitevalidate_qiprng_framework()- NIST validationbenchmark_qiprng()- Performance testing