**Describe the bug** https://github.com/Project-MONAI/MONAI/blob/4cd717ca830ed7cd811144d96675fdbe586633a4/monai/data/samplers.py#L98 the random sampler will always generate 'shuffled' outputs, the `shuffle=False` option is not valid and should be removed
Describe the bug
MONAI/monai/data/samplers.py
Line 98 in 4cd717c
the random sampler will always generate 'shuffled' outputs, the
shuffle=Falseoption is not valid and should be removed