GPflow
GPflow copied to clipboard
Use TensorFlow stateless_* random functions for more deterministic randomness
Use TensorFlow stateless_* random functions for more deterministic randomness. This will allow our users to get truly deterministic randomness from GPflow. This should be optional, default should be similar to current behavior, with non-fixed seed. This will requires us to bump our minimally required version of TensorFlow.