함수 random()

Jmnote bot (토론 | 기여)님의 2020년 11월 2일 (월) 02:33 판 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 Excel[ | ]

=RAND()
// range: 0.0 - 1.0

2 JavaScript[ | ]

console.log( Math.random() );
// 0.27812841982981573

3 Python[ | ]

## Random float:  0.0 <= x < 1.0
print( random() )
# 0.37444887175646646
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}