refine the number gen script
This commit is contained in:
2
lab2/gen_num.sh
Normal file → Executable file
2
lab2/gen_num.sh
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This is one-liner copied from chatgpt.
|
||||
shuf -i 0-1000000 -n 1000000 > numbers.txt
|
||||
shuf -i 1-1000000 -n 1000000 > numbers.txt
|
||||
Reference in New Issue
Block a user