Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
another file for combinat
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Jun 24, 2020
1 parent e0e572e commit 7c3a1ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sage/combinat/tableau.py
Original file line number Diff line number Diff line change
Expand Up @@ -8060,8 +8060,10 @@ def random_element(self):
EXAMPLES::
sage: StandardTableaux([2,2]).random_element()
sage: t = StandardTableaux([2,2]).random_element(); t # random
[[1, 2], [3, 4]]
sage: t.shape()
[2, 2]
sage: StandardTableaux([]).random_element()
[]
"""
Expand Down

0 comments on commit 7c3a1ff

Please sign in to comment.