Implementing Fisher-Yates shuffling algorithm

3
  • 13 favourites

Index

Stats

7,267 visits, 16,115 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Our exchange is finished. We haven't write our new random values yet. Add an "Append text" action for our "AfterText" object.

For adding extra space between values, i used quotation mark and ampersand. Our loop is still infinite and we haven't decreased "i" yet. Add another "System - Subtract from" action.

Our technique is almost complete but we have a small problem. If you run the project you can see one value is missing. In our example we used a total of 52 values (of course you can change it). But AfterText object has 51 values. Because "i" decreased from 51 to 1. We haven't write the value for "0". Add a last "System-Trigger once while true" event.

Add a "Append text" action for "AfterText" object.

  • 2 Comments

  • Order by
Want to leave a comment? Login or Register an account!