added the experimental mpi_reduce() and MPI_REDUCE_XXXs to awk. MPI_REDUCE_XXXs are added as a global variable. it'd be more efficient to turn MPI_REUDCE_XXXs to constants. this may need something like qse_awk_addconst(). consider adding this new API function
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
/* Park-Miller "minimal standard" 31 bit
|
||||
* pseudo-random number generator, implemented
|
||||
* with David G. Carta's optimisation: with
|
||||
* 32 bit math and wihtout division.
|
||||
* 32 bit math and without division.
|
||||
*/
|
||||
qse_uint32_t qse_rand31 (qse_uint32_t seed)
|
||||
{
|
||||
|
Reference in New Issue
Block a user