Parallel Generation
OpenMP Parallelization
Jump-Ahead for Independent Streams
Thread-Safe Generation
Performance Considerations
- Use
parallel = TRUEfor datasets > 100,000 values - Thread-local caching reduces contention
- SIMD vectorization automatically enabled when available
- Optimal thread count usually equals CPU cores