import { RandomArray } from "pip-services3-commons-nodex";


export function main() {
    let value1 = RandomArray.pick([ 1, 2, 3, 4 ]); // Possible result: 3
}