Random¶ class searx.answerers.random.SXNGAnswerer[source]¶ Random value generator keywords: list[str] = ['random']¶ Keywords to which the answerer has answers. info()[source]¶ Information about the answerer, see AnswererInfo. answer(query: str) → list[BaseAnswer][source]¶ Function that returns a list of answers to the question/query.