save_seed Subroutine

public subroutine save_seed(fn)

Saves the RNG seed to file fn.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: fn

Called by

proc~~save_seed~~CalledByGraph proc~save_seed save_seed proc~run run proc~run->proc~save_seed program~main main program~main->proc~run