Sandbox Logo

Game.Random

System.Random Random { get; set; }

Description

A shared random that is automatically seeded on tick

Return

User Comments

matek
43 Days Ago
Game.Random.Next(0, 2) == 0 throws null sometimes
5