gpt4 book ai didi

ruby - 是否有等效于 `Array::sample` 的哈希值?

转载 作者:数据小太阳 更新时间:2023-10-29 06:22:54 25 4
gpt4 key购买 nike

我想从哈希中提取 n 个随机键值对。

最佳答案

Hash[original_hash.to_a.sample(n)]

对于 Ruby 2.1,

original_hash.to_a.sample(n).to_h

关于ruby - 是否有等效于 `Array::sample` 的哈希值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15454632/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com