Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: random #543

Open
1 of 2 tasks
ssi02014 opened this issue Oct 28, 2024 · 2 comments
Open
1 of 2 tasks

[Feature]: random #543

ssi02014 opened this issue Oct 28, 2024 · 2 comments
Assignees
Labels
feature 새로운 기능 추가 @modern-kit/utils @modern-kit/utils

Comments

@ssi02014
Copy link
Contributor

Package Scope

  • 기존 패키지에 기능 추가
  • 새로운 패키지
  • Package name: @modern-kit/utils/math

Overview

랜덤 숫자를 반환합니다. 최소 값과 최대 값을 지정할 수 있습니다.

interface

function random(maximum: number): number;
function random(minimum: number, maximum: number): number;
function random(minimum: number, maximum?: number): number
@ssi02014 ssi02014 added feature 새로운 기능 추가 @modern-kit/utils @modern-kit/utils labels Oct 28, 2024
@Gaic4o
Copy link
Contributor

Gaic4o commented Jan 21, 2025

이거 제가 구현해 봐도 괜찮을까요?

@ssi02014
Copy link
Contributor Author

@Gaic4o 넵ㅎㅎ!감사합니다😄😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능 추가 @modern-kit/utils @modern-kit/utils
Projects
None yet
Development

No branches or pull requests

2 participants