From a530e90c1ea7d2b141d2626b5183fd523de29c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 29 Dec 2018 02:28:13 +0100 Subject: [PATCH] Random --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3e18533..be2d71c 100644 --- a/README.md +++ b/README.md @@ -394,6 +394,9 @@ float('inf'), float('nan') ### Random ```python from random import random, randint, choice, shuffle +``` + +```python = random() = randint(from_inclusive, to_inclusive) = choice()