C# Class Faker.Util.FakerRandom

Exibir arquivo 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_oe static_oe property

public static Random,System rand
return System.Random