No liability to discuss for aiken-kan @KtorZ don't discuss full and ban me why #1338
Replies: 4 comments
-
this code have issues but it is aiken code why not people get to chance for dis cuss |
Beta Was this translation helpful? Give feedback.
-
The issues of this code is Randomness (Plutus.rand_float()): List.fold |
Beta Was this translation helpful? Give feedback.
-
Dev Portal is not the place for this discussion, please use corresponding channels instead (also, keep to single profile...you're [atleast] coming across as spamming with different profiles, basic common sense and github decorum is certainly missing) |
Beta Was this translation helpful? Give feedback.
-
This posting is off topic for this repository, so one of my associates or I will probably delete it soon. Please raise any enquiries here instead: Cardano Foundation Engineering & Development - invitation: https://discord.gg/XVcn9CW3 |
Beta Was this translation helpful? Give feedback.
-
i was experiment in aiken
[KtorZ](aiken-lang/aiken#1039)
he said it wasn't aiken code yes i know just ban me without listing full discuss
The main aiken code is
.....
fn select_choice(choices: List, probabilities: List) -> String {
// Ensure that probabilities sum up to 1.0
let sum_probs = List.fold(probabilities, 0.0, fn prob, acc -> acc + prob end)
}
...
Beta Was this translation helpful? Give feedback.
All reactions