python_utils.flat_in_log ======================== Back to :doc:`Module page <../modules/python_utils>` Summary ------- get n samples from log-uniform distribution between vmin and vmax Signature --------- .. code-block:: python def flat_in_log(vmin, vmax, n) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``vmin`` - - - - - - * - ``vmax`` - - - - - - * - ``n`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text get n samples from log-uniform distribution between vmin and vmax