Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/gdevelop5/tutorials/randomness/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ title: Randomness

Random numbers can be generated using the [expressions](/gdevelop5/all-features/expressions/): `Random`, `RandomFloat`, `RandomFloatInRange`, `RandomInRange` and `RandomWithStep`.

## Pick a random string

Random strings can be generated using the [expressions](/gdevelop5/all-features/expressions/): `ArrayTools::RandomNumberInArray` from the [Array tools](/gdevelop5/extensions/array-tools/) extension.

!!! tip

When you want to pick each string only once, refer to the [Pick cards from a deck](#pick-cards-from-a-deck) section.

## Create a random object

Expand Down