import array

# Author: Hamzeh Alsalhi <ha258@cornell.edu>
#
# License: BSD 3 clause
import numpy as np
import scipy.sparse as sp

from . import check_random_state as check_random_state
from ._random import sample_without_replacement

__all__ = ["sample_without_replacement"]
