mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Fixed typo in random_lcg module.
This commit is contained in:
parent
409b30cf44
commit
ed4c0ef7df
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ module random_lcg
|
|||
contains
|
||||
|
||||
!===============================================================================
|
||||
! PRN generates a pseudo-random number using a linean congruential generator
|
||||
! PRN generates a pseudo-random number using a linear congruential generator
|
||||
!===============================================================================
|
||||
|
||||
function prn() result(pseudo_rn)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue