Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
4
Task/Random-numbers/HicEst/random-numbers.hicest
Normal file
4
Task/Random-numbers/HicEst/random-numbers.hicest
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
REAL :: n=1000, m=1, s=0.5, array(n)
|
||||
|
||||
pi = 4 * ATAN(1)
|
||||
array = s * (-2*LOG(RAN(1)))^0.5 * COS(2*pi*RAN(1)) + m
|
||||
Loading…
Add table
Add a link
Reference in a new issue