Skip to main content

Module parallel

Module parallel 

Source
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ยง

BatchRng
Batch processing utilities for large-scale random number generation
DistributedRngPool
Workspace-aware parallel RNG for distributed computing
ParallelRng
Parallel random number generation utilities
ThreadLocalRngPool
Thread-local random number generator pool