RandomEffect# class penzai.deprecated.v1.data_effects.random.RandomEffect[source]# Bases: Protocol Protocol for the random number generation effect. Methods __init__(*args, **kwargs) next_key() Returns a new random key. next_key() → jax.Array[source]# Returns a new random key.