We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d2469 commit fea84a6Copy full SHA for fea84a6
docs/fsharp/whats-new/fsharp-9.md
@@ -277,8 +277,6 @@ let round1Order = allPlayers |> List.randomShuffle // [ "Charlie"; "Dave"; "Alic
277
278
For arrays, there are also `InPlace` variants that shuffle the items in the existing array instead of creating a new one.
279
280
-```fsharp
281
-
282
#### Choice
283
284
The `Choice` functions return a single random element from the given collection. The random choice is weighted evenly on the size of the collection.
0 commit comments