C# 클래스 Faker.Util.FakerRandom

파일 보기 프로젝트 열기: diogolmenezes/Faker

공개 프로퍼티들

프로퍼티 타입 설명
rand System.Random

공개 메소드들

메소드 설명
Next ( int min, int max = 100 ) : int

메소드 상세

Next() 공개 정적인 메소드

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

프로퍼티 상세

rand 공개적으로 정적으로 프로퍼티

public static Random,System rand
리턴 System.Random