|
|
|
|
|
by ascar
1879 days ago
|
|
If the next number depends on the previous number (like with wyrand and many others) it can't be simdified. You could simdify computation with different seeds tho, which might be fine for many purposes. However at that point it's also a custom implementation with a different number sequence than the non-simd version, which isn't the case with a SIMDified MT. |
|