Recent content by freund2012

  1. F

    What is the Monte Carlo Method for Simulating Neutron Transport using MPI in C?

    Hello friends, I am doing simple mc simulation for neutron transport. The principle of random simulation is L=-(1/C)*ln(u), where u is a random number from the uniform distribution [0,1), and c is the total cross section (absorbed + scattered). Could you explain me what is the meaning of u, and...