Skip to content

Commit

Permalink
Add additional info about rand usage rework in future
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbogd authored Nov 1, 2024
1 parent 49e671e commit 54314ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/metta/runner/stdlib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,7 @@ impl CustomExecute for SubtractionAtomOp {
// big. In future releases (0.9+) of rand signature of sample_single will be changed and it will be
// possible to use match construction to cover overflow and other errors. So after library will be
// upgraded RandomInt and RandomFloat codes should be altered.
// see comment https://github.com/trueagi-io/hyperon-experimental/pull/791#discussion_r1824355414
#[derive(Clone, Debug)]
pub struct RandomIntOp {}

Expand Down

0 comments on commit 54314ba

Please sign in to comment.