diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-17 20:35:09 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-17 20:35:09 -0400 |
| commit | f4e38fd061a158ecb94881273c6db6e6a332f61d (patch) | |
| tree | 9179cb312dcc1b24d806dfb65694c25580d1ed8b /lib/random | |
| parent | 602cedd03b0c3d6ef176efafb08f51bde9bfe543 (diff) | |
Switch from using dollar signs as namespace delimiters to using 々, ヽ, andunicode-identifiers
〇.
Diffstat (limited to 'lib/random')
| -rw-r--r-- | lib/random/random.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/random/random.tm b/lib/random/random.tm index 107fad66..6e7240e7 100644 --- a/lib/random/random.tm +++ b/lib/random/random.tm @@ -216,7 +216,7 @@ struct RandomNumberGenerator(_chacha:chacha_ctx, _random_bytes:[Byte]=[]; secret mpz_urandomm(r, gmp_rng, range_size); gmp_randclear(gmp_rng); - Int$plus(@min, Int$from_mpz(r)) + Intヽplus(@min, Intヽfrom_mpz(r)) ) |
