gpt4 book ai didi

arrays - 从 netLogo 中的字符串列表/数组中选择一个随机元素

转载 作者:行者123 更新时间:2023-12-05 02:20:33 25 4
gpt4 key购买 nike

我是 netlogo 的新程序员。我想知道如何从 netLogo 中的字符串列表/数组中选择一个随机字符串?如果有人可以指导我,我将非常感激。谢谢

PS : 我已经努力了,我只知道如何从这样的数字范围中选择一个随机数

random-float (PRICE * 0.20) ;For float value (price is an integer defined by me)
random round (DifferenceAmt * 0.10) ; For random rounded amount

最佳答案

只需使用 one-of ,例如:

print one-of [ "a" "b" "c" ]

将随机打印 "a""b""c"

关于arrays - 从 netLogo 中的字符串列表/数组中选择一个随机元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38626112/

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