Skip to content

Commit 47493ea

Browse files
line tuning to short
1 parent 30e7607 commit 47493ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

other/shuffled_array.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# To create a shuffled array. Generate a pseudo random number
2-
# Swap that number with str_square_seed other element in the list run this swapping len(Array)
2+
# Swap that number with str_square_seed other element in the list run this
3+
# swapping len(Array)
34
# times to get desired shuffled array
45

56
# To Understand more of random number generation

0 commit comments

Comments
 (0)