grnd Function

public function grnd()

Generate a random number from the module-level mt19937_type instance

Arguments

None

Return Value real


Contents

Source Code


Source Code

  function grnd ()
    implicit none
    real :: grnd
    grnd = module_mt19937%generate()
  end function grnd