From 120ebb44dbb1a20fc150e5e58099f90be2e61d49 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 8 Apr 2022 21:32:38 -0400 Subject: Better names for random text/character generators. --- stdlib/source/test/aedifex/project.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/source/test/aedifex/project.lux') diff --git a/stdlib/source/test/aedifex/project.lux b/stdlib/source/test/aedifex/project.lux index cf3a93e52..c191a5f83 100644 --- a/stdlib/source/test/aedifex/project.lux +++ b/stdlib/source/test/aedifex/project.lux @@ -28,7 +28,7 @@ (Random [//.Name //.Profile]) (|> @profile.random (random#each (has //.#parents (list))) - (random.and (random.ascii/alpha 1)))) + (random.and (random.alphabetic 1)))) (def: .public random (Random /.Project) @@ -62,7 +62,7 @@ (and (not (text#= super_name name)) (not (text#= dummy_name name)) (not (text#= sub_name name)))) - (random.ascii/alpha 1)) + (random.alphabetic 1)) .let [project (all (# /.monoid composite) (/.project super_name super_profile) (/.project dummy_name dummy_profile) -- cgit v1.2.3