**Describe the bug** rand() function return same value when called multiple times **To Reproduce** 1. exec `select rand();` many times and you will see the result is same **Expected** different result when call rand();