1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-25 19:29:49 +00:00
millfork/include/random.mfk
Karol Stasiak 75e572f58c Library improvements:
– random module
– ensure_mixedcase() function
2018-12-30 18:59:32 +01:00

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