I have used the LegacySQL rand() function (found here) before which takes an integer as an argument for seeding the random number generation process.
When I started using the same rand() function in StandardSQL (found here), it does not allow me to provide a seed. So my question is if I want do some seeding when generating number, is there a way to do it in StandardSQL in BigQuery?
This is important because in scientific research sometimes we need to deal with random numbers but also the results need to be reproducible.