﻿annbatch.samplers.RandomSampler
===============================

.. currentmodule:: annbatch.samplers

.. add toctree option to make autodoc generate the pages

.. autoclass:: RandomSampler



Attributes table
~~~~~~~~~~~~~~~~

.. autosummary::

    ~RandomSampler.batch_size
    ~RandomSampler.mask
    ~RandomSampler.rng
    ~RandomSampler.shuffle





Methods table
~~~~~~~~~~~~~

.. autosummary::

    ~RandomSampler.n_iters
    ~RandomSampler.sample
    ~RandomSampler.validate





Attributes
~~~~~~~~~~



.. autoattribute:: RandomSampler.batch_size

.. autoattribute:: RandomSampler.mask

.. autoattribute:: RandomSampler.rng

.. autoattribute:: RandomSampler.shuffle






Methods
~~~~~~~



.. automethod:: RandomSampler.n_iters

.. automethod:: RandomSampler.sample

.. automethod:: RandomSampler.validate


