diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-01 21:03:45 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-01 21:03:45 -0400 |
| commit | f32d2a25c10977f52c83ddef77008afd22e7f0ce (patch) | |
| tree | b4d049f753897d6db1fe58b2ba20263a53025884 /examples/random/random.tm | |
| parent | 6328909e43a6a169f58ac8f41d5117115a6fbe7b (diff) | |
Rename default RNG to `random`
Diffstat (limited to 'examples/random/random.tm')
| -rw-r--r-- | examples/random/random.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/random/random.tm b/examples/random/random.tm index 7db02016..1d6e560b 100644 --- a/examples/random/random.tm +++ b/examples/random/random.tm @@ -15,7 +15,7 @@ struct chacha_ctx(j0,j1,j2,j3,j4,j5,j6,j7,j8,j9,j10,j11,j12,j13,j14,j15:Int32; e ctx; } -default_random := RandomNumberGenerator.new() +random := RandomNumberGenerator.new() func _os_random_bytes(count:Int64 -> [Byte]): return inline C : [Byte] { |
