void Update () { Random.seed = (int)(Time.realtimeSinceStartup * 1000); Debug.Log(Random.Range(1, 2)); }