diff --git a/docs/Python_API.md b/docs/Python_API.md index 99fa53ebbaaa345a6a76e244b34368da5f08c161..5f05b2cee4588c47507e79654338b9ff25feaf1f 100644 --- a/docs/Python_API.md +++ b/docs/Python_API.md @@ -95,10 +95,10 @@ | | atomic_or | × | × | × | × | × | × | × | × | × | | | atomic_xchg | × | × | × | × | × | × | × | × | × | | | atomic_xor | × | × | × | × | × | × | × | × | × | -| Random Number Generation | randint4x | × | × | × | × | × | × | × | × | × | -| | randint | × | × | × | × | × | × | × | × | × | -| | rand | × | × | × | × | × | × | × | × | × | -| | randn | × | × | × | × | × | × | × | × | × | +| Random Number Generation | randint4x | × | × | ✓ | × | × | × | × | × | × | +| | randint | × | × | ✓ | × | × | × | × | × | × | +| | rand | × | × | × | × | × | × | ✓ | × | × | +| | randn | × | × | × | × | × | × | ✓ | × | × | | Iterators | range | ✓ | ✓ | ✓ | × | ✓ | × | × | × | × | | | static_range | ✓ | ✓ | ✓ | × | ✓ | × | × | × | × | | Inline Assembly | inline_asm_elementwise | × | × | × | × | × | × | × | × | × |