FisherYates_shuffle Function

public function FisherYates_shuffle(a) result(b)

フィッシャー・イェーツのシャッフル 参考:https://programming-place.net/ppp/contents/algorithm/other/002.html

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: a(:)

Return Value real, (size(a))


Called by

proc~~fisheryates_shuffle~~CalledByGraph proc~fisheryates_shuffle array_m::FisherYates_shuffle proc~test_sort sort_test::test_sort proc~test_sort->proc~fisheryates_shuffle program~sort_test sort_test program~sort_test->proc~test_sort

Contents