uniform_sample ======================== .. py:module:: jaxns.nested_samplers.common.uniform_sample .. rubric:: :code:`jaxns.nested_samplers.common.uniform_sample` .. rubric:: Module Contents .. py:function:: draw_uniform_samples(keys, model, method = 'vmap') Get initial live points from uniformly sampling the entire prior. :param keys: PRNGKey :param model: the model :param method: which way to draw the init points. vmap is vectorised, and for performant but uses more memory. :returns: uniformly drawn samples within -inf bound