틀:Rand: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
imported>Hsl0 (새 문서: <onlyinclude><includeonly>{{#invoke:DynamicFunctions|rand|{{{1|}}}|{{{2|}}}}}</includeonly></onlyinclude>) |
imported>Hsl0 (리버티게임:특수 함수#.23rand의 251492판에서 가져옴) |
||
1번째 줄: | 1번째 줄: | ||
<onlyinclude><includeonly>{{#invoke:DynamicFunctions|rand|{{{1|}}}|{{{2|}}}}}</includeonly></onlyinclude> | <onlyinclude><includeonly>{{#invoke:DynamicFunctions|rand|{{{1|}}}|{{{2|}}}}}</includeonly></onlyinclude> | ||
임의의 숫자를 출력해주는 기능을 갖고 있습니다. <nowiki>{{rand|a|b}}</nowiki>로 입력하시면 a에서 b사이에 있는 임의의 정수를 출력합니다. <nowiki>{{rand|c}}</nowiki>로 입력하시면 1에서 c사이에 있는 임의의 정수를 출력합니다. | |||
{|border=1 align="center" | |||
!예제 | |||
|<nowiki>{{rand|1|5}}</nowiki> | |||
|- | |||
!결과 | |||
|{{rand|1|5}} | |||
|} |
2020년 5월 7일 (목) 16:55 판
임의의 숫자를 출력해주는 기능을 갖고 있습니다. {{rand|a|b}}로 입력하시면 a에서 b사이에 있는 임의의 정수를 출력합니다. {{rand|c}}로 입력하시면 1에서 c사이에 있는 임의의 정수를 출력합니다.
예제 | {{rand|1|5}} |
---|---|
결과 | 스크립트 오류: "DynamicFunctions" 모듈이 없습니다. |