nn_init_recurrent_uniform: Initialize recurrent weight tensor with small deterministic values
Description
Uses a fixed zigzag pattern in [-0.01, 0.01] — no RNG, fully reproducible
across all platforms and independent of the R random seed state.
Usage
nn_init_recurrent_uniform(tensor)