xiangfu0 opened a new pull request, #17208:
URL: https://github.com/apache/pinot/pull/17208

   ## Summary
   - expose a deterministic variant of `RAND()` by wiring `rand(long seed)` 
through the scalar-function registry and TransformFunctionFactory
   - reuse a 53-bit mixing routine so seeded calls return reproducible doubles 
in `[0,1)` without affecting the existing non-deterministic `rand()`
   - extend `ScalarTransformFunctionWrapperTest` to cover both literal and 
column-based seeds, ensuring determinism and range checks
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to