GitHub CopilotWrite better code with AI | MCP RegistryIntegrate external tools | ActionsAutomate any workflow | CodespacesInstant dev environments | IssuesPlan and track work | Code ReviewManage code changes | Code QualityEnforce quality at merge | Why GitHub | Marketplace | View all features | Enterprises | Small and medium teams | Startups | View all use cases | View all industries | View all solutions | AI | Software Development | DevOps | Security | View all topics | Customer stories | Events & webinars | Ebooks & reports | Business insights | Trust center | Partners | View all resources
Original file line numberDiff line numberDiff line change@@ -301,7 +301,8 @@ be found in any statistics text.
301301 ``a <= b`` and ``b <= N <= a`` for ``b < a``.
302302303303 The end-point value ``b`` may or may not be included in the range
304- depending on floating-point rounding in the equation ``a + (b-a) * random()``.
304+ depending on floating-point rounding in the expression
305+ ``a + (b-a) * random()``.
305306306307307308.. function:: triangular(low, high, mode)