Skip to content
  • Martin Bauer's avatar
    Random number generation support for pystencils · 4169807c
    Martin Bauer authored
    - counter-based philox RNG: counter/key is filled with cell coordinate
      and optional external parameters like block position and time step
    - works on CPU and GPU - on CPU only for non-vectorized versions
    
    - introduced more flexible "CustomCodeNode" that can inject
      backend-specific hand-written code
    4169807c