google-research / dinosaur

Apache License 2.0
204 stars 14 forks source link

Add prng_key to RandomnessState #23

Closed copybara-service[bot] closed 6 months ago

copybara-service[bot] commented 6 months ago

Add prng_key to RandomnessState

This will make it easier to write user code without needing to pass in RNG state explicitly into each model step.