1 write to m_random
System.AddIn (1)
System\Addin\Pipeline\ContractBase.cs (1)
112m_random = new Random();
3 references to m_random
System.AddIn (3)
System\Addin\Pipeline\ContractBase.cs (3)
110if (m_random == null) 115next = m_random.Next(); 118next = m_random.Next();