Expand description
Thread-local RNG pools for high-performance parallel applications
This module provides parallel-safe random number generation utilities that are essential for high-performance scientific computing applications requiring concurrent random number generation.
Structsยง
- Batch
Rng - Batch processing utilities for large-scale random number generation
- Distributed
RngPool - Workspace-aware parallel RNG for distributed computing
- Parallel
Rng - Parallel random number generation utilities
- Thread
Local RngPool - Thread-local random number generator pool