Make RNG vectorization more robust
Compare changes
+ 2
− 2
@@ -2,7 +2,7 @@ import copy
@@ -2,7 +2,7 @@ import copy
@@ -47,7 +47,7 @@ class RNGBase(CustomCodeNode):
@@ -47,7 +47,7 @@ class RNGBase(CustomCodeNode):
Follow-up to !216 (merged). Needed for walberla/walberla!414 (merged).