tensorflow / quantum

An open-source Python framework for hybrid quantum-classical machine learning.
https://www.tensorflow.org/quantum
Apache License 2.0
1.81k stars 581 forks source link

Seeds in utility test functions #666

Open zaqqwerty opened 2 years ago

zaqqwerty commented 2 years ago

To enable more consistency in tests, would be useful to allow seeds to be entered into the utility module test functions.

zaqqwerty commented 2 years ago

Possibly related to #586

MichaelBroughton commented 2 years ago

That would be a good addition, and since they aren't a part of the public API we are free to change it as we like without worrying about deprecations or user breaks which is nice.