[Bug 158976] The "SF_Array.Shuffle" function does not place the end of the array at the end of the array

2024-01-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158976 Jean-Pierre Ledure changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug 158976] The "SF_Array.Shuffle" function does not place the end of the array at the end of the array

2024-01-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158976 --- Comment #4 from Rafael Lima --- I guess the problem is that the line lRandomIndex = Int(Rnd * (lCurrentIndex - lMin)) + lMin Will always force the value in the last position to be moved away to another position. It can never fall

[Bug 158976] The "SF_Array.Shuffle" function does not place the end of the array at the end of the array

2024-01-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158976 Rafael Lima changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug 158976] The "SF_Array.Shuffle" function does not place the end of the array at the end of the array

2024-01-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158976 Xisco FaulĂ­ changed: What|Removed |Added CC||rafael.palma.l...@gmail.com

[Bug 158976] The "SF_Array.Shuffle" function does not place the end of the array at the end of the array

2024-01-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158976 --- Comment #1 from nobu --- Created attachment 191699 --> https://bugs.documentfoundation.org/attachment.cgi?id=191699=edit sample file -- You are receiving this mail because: You are the assignee for the bug.