RandomKSetPartition
RandomKSetPartition[set,k]
returns a random set partition of set with
blocks.
RandomKSetPartition[n,k]
returns a random set partition of the first
natural numbers into
blocks.
更多信息和选项
参见
技术笔记
相关指南
Combinatorica`
Combinatorica`
RandomKSetPartition
RandomKSetPartition[set,k]
returns a random set partition of set with
blocks.
RandomKSetPartition[n,k]
returns a random set partition of the first
natural numbers into
blocks.
更多信息和选项
- To use RandomKSetPartition, you first need to load the Combinatorica Package using Needs["Combinatorica`"].