ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Go to the source code of this file.
Data Types | |
interface | pm_arrayShuffle::getShuffled |
Perform an unbiased random shuffling of the input array, known as the Knuth or Fisher-Yates shuffle, and generate and return the new reshuffled array. More... | |
interface | pm_arrayShuffle::setShuffled |
Perform an unbiased random shuffling of the input array, known as the Knuth or Fisher-Yates shuffle. More... | |
Modules | |
module | pm_arrayShuffle |
This module contains procedures and generic interfaces for shuffling arrays of various types. | |
Variables | |
character(*, SK), parameter | pm_arrayShuffle::MODULE_NAME = "@pm_arrayShuffle" |