Feat: adding logrand and exprand

This commit is contained in:
2026-02-01 15:16:20 +01:00
parent 57fd51be3e
commit f9c284effd
4 changed files with 112 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ pub enum Op {
Set,
GetContext(String),
Rand,
ExpRand,
LogRand,
Seed,
Cycle,
PCycle,