Commit 37a2c5c
Fix missing random module import in need_for_speed.md
Add missing `import random` statement to fix NameError when running
the vectorization example code that uses random.uniform().
Tested by converting to Python with jupytext and running successfully.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 8943c3a commit 37a2c5c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments