mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-18 22:07:07 +00:00
75e572f58c
– random module – ensure_mixedcase() function
11 lines
129 B
Plaintext
11 lines
129 B
Plaintext
|
|
word rand_seed
|
|
|
|
#if ARCH_6502
|
|
import random_6502
|
|
#elseif ARCH_I80
|
|
import random_i80
|
|
#else
|
|
#warn Unsupported architecture
|
|
#endif
|