It's a shame they didn't just repeat the API, or at least didn't try to keep it as close as possible... So, what's the JS equivalent of tf.random.set_seed(5)
? Thank you.
And no, this question is not an answer for mine, I don't need to implement my own PRNG, I don't need "random seed" for my own purposes, I need to seed TensorFlow so it initializes my neural networks in a repeatable way.