OceanSlim on Nostr: 18 func rollStat(rng *rand.Rand) int { dice := []int{rng.Intn(6) + 1, rng.Intn(6) + ...
18
func rollStat(rng *rand.Rand) int {
dice := []int{rng.Intn(6) + 1, rng.Intn(6) + 1, rng.Intn(6) + 1, rng.Intn(6) + 1}
minIndex := 0
for i := 1; i < 4; i++ {
if dice[i] < dice[minIndex] {
minIndex = i
}
}
return dice[0] + dice[1] + dice[2] + dice[3] - dice[minIndex]
}
Published at
2025-03-26 14:54:33Event JSON
{
"id": "c53b6ca8dd1ee1700871b27a5ac29c5bbede71aa724d2d64d3fdb415745a73d3",
"pubkey": "16f1a0100d4cfffbcc4230e8e0e4290cc5849c1adc64d6653fda07c031b1074b",
"created_at": 1743000873,
"kind": 1,
"tags": [
[
"e",
"9f50751318fdbaba53f11d0536da166234e7d689fea4178e2f25f7ce98e5696e",
"",
"root"
],
[
"e",
"974d60d54d12f1f8f7b89632568333f8236728b7228659b23c163fd8caf530ef",
"",
"reply"
],
[
"p",
"deab79dafa1c2be4b4a6d3aca1357b6caa0b744bf46ad529a5ae464288579e68"
],
[
"p",
"5af0794606a15b5641e25aa23d04af4cb0d7d5e68b11cacb47e56a4698fca8c4"
],
[
"r",
"rng.Intn"
],
[
"r",
"rng.Intn"
],
[
"r",
"rng.Intn"
]
],
"content": "18 \n\nfunc rollStat(rng *rand.Rand) int {\n dice := []int{rng.Intn(6) + 1, rng.Intn(6) + 1, rng.Intn(6) + 1, rng.Intn(6) + 1}\n minIndex := 0\n for i := 1; i \u003c 4; i++ {\n if dice[i] \u003c dice[minIndex] {\n minIndex = i\n }\n }\n return dice[0] + dice[1] + dice[2] + dice[3] - dice[minIndex]\n}",
"sig": "ce267ae0f3f88ea379ae3fe0e3b3141b5d598c59003109f7154d9ab11032e7829e5ac3cbab0a660e8d04fd2cd02ef50a2c48e9e01cf77f02fbc7b00540c20af0"
}