GritQL Runtime

This page collects information about the GritQL runtime.

Randomness

The GritQL runtime uses a static seed for built-in random functions like random and shuffle.

This makes the runtime more deterministic, which is useful for testing and debugging, but means you should not use these functions for security purposes or for anything expecting true randomness.