.. Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht

   Distributed under the terms of the BSD 3-Clause License.

   The full license is in the file LICENSE, distributed with this software.

xrandom
=======

Defined in ``xtensor/xrandom.hpp``

.. doxygenfunction:: xt::random::get_default_random_engine
   :project: xtensor

.. doxygenfunction:: xt::random::seed
   :project: xtensor

.. doxygenfunction:: xt::random::rand(const S&, T, T, E&)
   :project: xtensor

.. doxygenfunction:: xt::random::randint(const S&, T, T, E&)
   :project: xtensor

.. doxygenfunction:: xt::random::randn(const S&, T, T, E&)
   :project: xtensor
