14 Jan
2020
14 Jan
'20
4:15 a.m.
Has RandomPartition[n] been dropped from Mathematica? The documentation says that it's part of the Combinatorica package, which has now been folded into the Wolfram Language, so in theory RandomPartition[n] should be part of Mathematica. I figured out on my own (no thanks to the documentation) that Partitions[n], which appeared to have been dropped, is still available as IntegerPartitions[n], so when RandomPartition[n] didn't work I tried RandomIntegerPartition[n], but that doesn't work either. Jim Propp