Skip to content

Commit

Permalink
comment - for completeness ran_twist is from numerical recipies
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown committed Oct 23, 2023
1 parent b1ddaf2 commit 960eed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assimilation_code/modules/utilities/random_seq_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module random_seq_mod

! the following routines were transcribed from C to F90, originally
! from the GNU scientific library: init_ran, ran_unif, ran_gauss,
! ran_gamma
! ran_gamma, ran_twist

integer, parameter :: N = 624 ! period parameters
integer, parameter :: M = 397
Expand Down

0 comments on commit 960eed1

Please sign in to comment.