TAILIEUCHUNG - Lập Trình C# all Chap "NUMERICAL RECIPES IN C" part 24

Tham khảo tài liệu 'lập trình c# all chap "numerical recipes in c" part 24', công nghệ thông tin phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Chapter 7. Random Numbers Introduction It may seem perverse to use a computer that most precise and deterministic of all machines conceived by the human mind to produce random numbers. More than perverse it may seem to be a conceptual impossibility. Any program after all will produce output that is entirely predictable hence not truly random. Nevertheless practical computer random number generators are in common use. We will leave it to philosophers of the computer age to resolve the paradox in a deep way see . Knuth 1 for discussion and references . One sometimes hears computer-generated sequences termed pseudo-random while the word random is reserved for the output of an intrinsically random physical process like the elapsed time between clicks of a Geiger counter placed next to a sample of some radioactive element. We will not try to make such fine distinctions. A working though imprecise definition of randomness in the context of computer-generated sequences is to say that the deterministic program that produces a random sequence should be different from and in all measurable respects statistically uncorrelated with the computer program that uses its output. In other words any two different random number generators ought to produce statistically the same results when coupled to your particular applications program. If they don t then at least one of them is not from your point of view a good generator. The above definition may seem circular comparing as it does one generator to another. However there exists a body of random number generators which mutually do satisfy the definition over a very very broad class of applications programs. And it is also found empirically that statistically identical results are obtained from random numbers produced by physical processes. So because such generators are known to exist we can leave to the philosophers the problem of defining them. A pragmatic point of view then is that randomness is in the eye of the .

TÀI LIỆU LIÊN QUAN
10    127    1
6    150    1
7    127    1
5    125    1
6    127    1
6    115    1
6    122    1
6    174    1
7    122    1
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.