From f32d2a25c10977f52c83ddef77008afd22e7f0ce Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 1 Apr 2025 21:03:45 -0400 Subject: Rename default RNG to `random` --- examples/random/random.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/random/random.tm') 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] { -- cgit v1.2.3