Types/Posh.ExtensionCollection/get_Random.ps1

<#
.SYNOPSIS
    Gets a random extended command
.DESCRIPTION
    Gets a random extended command from an ExtensionCollection.
#>

$this.All | Get-Random