Random ====== ArGaze provides a ready-made context to generate random gaze positions. To select a desired context, the JSON samples have to be edited and saved inside an [ArContext configuration](../configuration_and_execution.md) file. Notice that the *pipeline* entry is mandatory. ```json { JSON sample "pipeline": ... } ``` Read more about [ArContext base class in code reference](../../../argaze.md/#argaze.ArFeatures.ArContext). ## Gaze Position Generator ::: argaze.utils.contexts.Random.GazePositionGenerator ### JSON sample ```json { "argaze.utils.contexts.Random.GazePositionGenerator": { "name": "Random gaze position generator", "range": [1280, 720], "pipeline": ... } } ```