_random

Select an item at random from a list -- Function
Anything -> _random -> The same Type
Receives
A List
Produces
A random element from the List
Most of the time, you want your Querki pages to be nice and predictable. But occasionally, you might want some randomness. For example, if you have a Cookbook Space, you might want a page that gives you a recipe at random, to give you ideas for dinner. The _random function does that, allowing you to do something like:
[[Recipes._instances -> _random]]