Hacker News new | ask | show | jobs
by commandersaki 1681 days ago
> Make RANDOM() deterministic (for some reason it’s non-deterministic by default)

What does making RANDOM() deterministic mean? Seems like it defeats the purpose of generating randomness.

1 comments

I assume that is for the benchmark to have accurate results and not for normal operation.