SmartFormat.Tests.Person.Random C# (CSharp) Method

Random() public method

public Random ( ) : int
return int
		public int Random()
		{
			return DateTime.Now.Second % 3;
		}
	}