Skip to main content

EnhancedPRNG

Description

Main PRNG class with distribution support and hardware acceleration

Key Features

  • SIMD vectorization with AVX2/NEON support
  • OpenMP parallel generation
  • 14+ statistical distributions
  • Thread-local state management

Source

Defined in src/enhanced_prng_refactored.hpp

Usage Example

// Example usage of EnhancedPRNG
EnhancedPRNG instance;
// See API documentation for detailed usage