함수 random()

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 }}