On this pageGDTKStatValue.randomMaximumpublic Double randomMaximum { get; }CopyDescription#Get random maximum valueUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKStatValue target) { double result = target.randomMaximum; } }Copy