본문 바로가기
Projects/Web Front-End

Random number (lottery) generator (range, number configurable) (무작위 번호 생성기(범위, 개수 설정 가능))

by Dev Diary Hub 2021. 11. 8.
반응형

무작위 번호 생성기(범위, 개수 설정 가능)

Random number (lottery) generator (range, number configurable)

 

 

https://github.com/shin0343/RanNumGenerator

Vanilla JS, CSS, HTML을 이용하여 원하는 범위 내에 원하는 개수 만큼의 난수를 생성하는 프로그램을 만들었습니다.

실행을 위해서는 아래 주소로 진입합니다.

(Using Vanilla JS, CSS, and HTML, I made a program that generates as many random numbers as you want within a desired range.

​To run, enter the address below.)

 

https://shin0343.github.io/RanNumGenerator/

 

RNG

 

shin0343.github.io

1. 위 링크로 접속하여 바로 사용하거나

2. 최상단의 링크에서 파일(코드)들을 다운 받고, 폴더 최상위에 있는 html 파일을 실행하면 됩니다.

(1. Access the link above and use it directly or

2. Download the files (codes) from the link at the top and run the html file at the top of the folder.)

반응형