C# Class Faker.Util.FakerRandom

Show file Open project: diogolmenezes/Faker

Public Properties

Property Type Description
rand System.Random

Public Methods

Method Description
Next ( int min, int max = 100 ) : int

Method Details

Next() public static method

public static Next ( int min, int max = 100 ) : int
min int
max int
return int

Property Details

rand public static property

public static Random,System rand
return System.Random