# Rand
총 4개의 포스트

C++ Random number (using uniform distribution)
C++ generate random number #include #include #include #include //ofstream using namespace std; int main(int argc, char** argv) { std::random_devi
2022년 3월 10일
·
0개의 댓글·
010/02 Study Daily record
Select statement allows our code to wait on multiple channels at the same timeSelect blocks until one channel is readyIf multiple channels are ready,
2022년 2월 10일
·
0개의 댓글·
0[CPP-01] 랜덤값 얻기
진짜 '랜덤'한 수를 얻으려면 seed에 매번 다른 숫자를 넣어 srand함수로 rand함수를 초기화 해줘야 한다. 이때 매번 다른 수를 어떻게 넣어줄 수 있을까?
2021년 4월 20일
·
0개의 댓글·
02.Python - 변수와 자료형
난수발생 반올림 올림 내림 메모리에 있는 변수 보기 메모리에 있는 변수 삭제하기 논리 연산자 문자형 자료형 문자열 Indexing과 slicing 문자열 Formmating 문자열 관련함수 날짜형 변환
2021년 1월 27일
·
0개의 댓글·
0